#BFCADC

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

Shades of Link Water #BFCADC

Tints of Link Water #BFCADC

Color information

#BFCADC (or 0xBFCADC) is unknown color: approx Link Water. HEX triplet: BF, CA and DC. RGB value is (191,202,220). Sum of RGB (Red+Green+Blue) = 191+202+220=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCADC is #403523. Grayscale: #C8C8C8. Windows color (decimal): -4207908 or 14469823. OLE color: 14469823.

HSL color Cylindrical-coordinate representation of color #BFCADC: hue angle of 217.24º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCADC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191202220-
CMYK0.130.0800.14
HSL217.24º29.29%80.59%-
HSV(B)217.24º13.18%86.27%-
XYZ55.5258.4876.07-
YUV200.76138.86121.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=31.16%
G=32.95%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912022200.130.0800.14217.2429.2980.59
HexBFCADCD80Ed91d51
Octal277312334151001633135121
Binary101111111100101011011100110110000111011011001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCADC; }

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

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

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

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

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

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

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

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