#BFDDF5

Color #BFDDF5 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #BFDDF5

Tints of Pattens Blue #BFDDF5

Color information

#BFDDF5 (or 0xBFDDF5) is unknown color: approx Pattens Blue. HEX triplet: BF, DD and F5. RGB value is (191,221,245). Sum of RGB (Red+Green+Blue) = 191+221+245=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF5 is #40220A. Grayscale: #D6D6D6. Windows color (decimal): -4203019 or 16113087. OLE color: 16113087.

HSL color Cylindrical-coordinate representation of color #BFDDF5: hue angle of 206.67º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDDF5 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191221245-
CMYK0.220.1000.04
HSL206.67º72.97%85.49%-
HSV(B)206.67º22.04%96.08%-
XYZ63.8269.3896.41-
YUV214.77145.06111.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=29.07%
G=33.64%
B=37.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912212450.220.1000.04206.6772.9785.49
HexBFDDF516A04cf4955
Octal277335365261204317111125
Binary10111111110111011111010110110101001001100111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDF5; }

 p { color: rgb(191,221,245); }

 H1.HeaderClassName
 {
   color: #BFDDF5;
 }
 .AnyTagClassName
 {
   color: #BFDDF5;
 }
</style>
background-color css

<style>
 a { background-color: #BFDDF5; }

 a { background-color: rgb(191,221,245); }

 div.DivClassName
 {
   background-color: #BFDDF5;
 }
 .BgClassName
 {
   background-color: #BFDDF5;
 }
</style>
border-color css

<style>
 span { border-color: #BFDDF5; }

 span { border-color: rgb(191,221,245); }

 td.TdClassName
 {
   border-color: #BFDDF5;
 }
 .TagClassName
 {
   border-color: #BFDDF5;
 }
</style>