#BFCBD8

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

Shades of Link Water #BFCBD8

Tints of Link Water #BFCBD8

Color information

#BFCBD8 (or 0xBFCBD8) is unknown color: approx Link Water. HEX triplet: BF, CB and D8. RGB value is (191,203,216). Sum of RGB (Red+Green+Blue) = 191+203+216=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFCBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD8 is #403427. Grayscale: #C8C8C8. Windows color (decimal): -4207656 or 14207935. OLE color: 14207935.

HSL color Cylindrical-coordinate representation of color #BFCBD8: hue angle of 211.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCBD8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191203216-
CMYK0.120.0600.15
HSL211.2º24.27%79.8%-
HSV(B)211.2º11.57%84.71%-
XYZ55.2458.7573.39-
YUV200.89136.52120.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=31.31%
G=33.28%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912032160.120.0600.15211.224.2779.8
HexBFCBD8C60Fd31850
Octal27731333014601732330120
Binary10111111110010111101100011001100111111010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBD8; }

 p { color: rgb(191,203,216); }

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

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

 a { background-color: rgb(191,203,216); }

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

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

 span { border-color: rgb(191,203,216); }

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