#BFCEE0

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

Shades of Link Water #BFCEE0

Tints of Link Water #BFCEE0

Color information

#BFCEE0 (or 0xBFCEE0) is unknown color: approx Link Water. HEX triplet: BF, CE and E0. RGB value is (191,206,224). Sum of RGB (Red+Green+Blue) = 191+206+224=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEE0 is #40311F. Grayscale: #CBCBCB. Windows color (decimal): -4206880 or 14732991. OLE color: 14732991.

HSL color Cylindrical-coordinate representation of color #BFCEE0: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCEE0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191206224-
CMYK0.150.0800.12
HSL212.73º34.74%81.37%-
HSV(B)212.73º14.73%87.84%-
XYZ57.0160.679.21-
YUV203.57139.53119.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=30.76%
G=33.17%
B=36.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912062240.150.0800.12212.7334.7481.37
HexBFCEE0F80Cd52351
Octal277316340171001432543121
Binary1011111111001110111000001111100001100110101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEE0; }

 p { color: rgb(191,206,224); }

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

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

 a { background-color: rgb(191,206,224); }

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

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

 span { border-color: rgb(191,206,224); }

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