#BFDCF7

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

Shades of Pattens Blue #BFDCF7

Tints of Pattens Blue #BFDCF7

Color information

#BFDCF7 (or 0xBFDCF7) is unknown color: approx Pattens Blue. HEX triplet: BF, DC and F7. RGB value is (191,220,247). Sum of RGB (Red+Green+Blue) = 191+220+247=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFDCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF7 is #402308. Grayscale: #D6D6D6. Windows color (decimal): -4203273 or 16243903. OLE color: 16243903.

HSL color Cylindrical-coordinate representation of color #BFDCF7: hue angle of 208.93º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDCF7 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191220247-
CMYK0.230.1100.03
HSL208.93º77.78%85.88%-
HSV(B)208.93º22.67%96.86%-
XYZ63.8768.9897.94-
YUV214.41146.39111.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.03%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=29.03%
G=33.43%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912202470.230.1100.03208.9377.7885.88
HexBFDCF717B03d14e56
Octal277334367271303321116126
Binary1011111111011100111101111011110110111101000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCF7; }

 p { color: rgb(191,220,247); }

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

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

 a { background-color: rgb(191,220,247); }

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

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

 span { border-color: rgb(191,220,247); }

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