#BFDCF6

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

Shades of Pattens Blue #BFDCF6

Tints of Pattens Blue #BFDCF6

Color information

#BFDCF6 (or 0xBFDCF6) is unknown color: approx Pattens Blue. HEX triplet: BF, DC and F6. RGB value is (191,220,246). Sum of RGB (Red+Green+Blue) = 191+220+246=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF6 is #402309. Grayscale: #D6D6D6. Windows color (decimal): -4203274 or 16178367. OLE color: 16178367.

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

Color convert

RGB191220246-
CMYK0.220.1100.04
HSL208.36º75.34%85.69%-
HSV(B)208.36º22.36%96.47%-
XYZ63.7168.9297.13-
YUV214.29145.89111.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=29.07%
G=33.49%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912202460.220.1100.04208.3675.3485.69
HexBFDCF616B04d04b56
Octal277334366261304320113126
Binary10111111110111001111011010110101101001101000010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCF6; }

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

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

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

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

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

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

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

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