#BFCAD8

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

Shades of Link Water #BFCAD8

Tints of Link Water #BFCAD8

Color information

#BFCAD8 (or 0xBFCAD8) is unknown color: approx Link Water. HEX triplet: BF, CA and D8. RGB value is (191,202,216). Sum of RGB (Red+Green+Blue) = 191+202+216=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAD8 is #403527. Grayscale: #C8C8C8. Windows color (decimal): -4207912 or 14207679. OLE color: 14207679.

HSL color Cylindrical-coordinate representation of color #BFCAD8: hue angle of 213.6º 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 #BFCAD8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191202216-
CMYK0.120.0600.15
HSL213.6º24.27%79.8%-
HSV(B)213.6º11.57%84.71%-
XYZ5558.2873.32-
YUV200.31136.86121.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 216 (84.77% from 255) = 35.47%
R=31.36%
G=33.17%
B=35.47%

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
Decimal1912022160.120.0600.15213.624.2779.8
HexBFCAD8C60Fd61850
Octal27731233014601732630120
Binary10111111110010101101100011001100111111010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAD8; }

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

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

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

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

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

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

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

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