#BFC9D6

Color #BFC9D6 Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BFC9D6

Tints of Link Water #BFC9D6

Color information

#BFC9D6 (or 0xBFC9D6) is unknown color: approx Link Water. HEX triplet: BF, C9 and D6. RGB value is (191,201,214). Sum of RGB (Red+Green+Blue) = 191+201+214=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9D6 is #403629. Grayscale: #C7C7C7. Windows color (decimal): -4208170 or 14076351. OLE color: 14076351.

HSL color Cylindrical-coordinate representation of color #BFC9D6: hue angle of 213.91º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC9D6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191201214-
CMYK0.110.0600.16
HSL213.91º21.9%79.41%-
HSV(B)213.91º10.75%83.92%-
XYZ54.5157.771.88-
YUV199.49136.19121.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=31.52%
G=33.17%
B=35.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912012140.110.0600.16213.9121.979.41
HexBFC9D6B6010d6164f
Octal27731132613602032626117
Binary101111111100100111010110101111001000011010110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9D6; }

 p { color: rgb(191,201,214); }

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

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

 a { background-color: rgb(191,201,214); }

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

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

 span { border-color: rgb(191,201,214); }

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