#BFC2CE

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

Shades of Link Water #BFC2CE

Tints of Link Water #BFC2CE

Color information

#BFC2CE (or 0xBFC2CE) is unknown color: approx Link Water. HEX triplet: BF, C2 and CE. RGB value is (191,194,206). Sum of RGB (Red+Green+Blue) = 191+194+206=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2CE is #403D31. Grayscale: #C2C2C2. Windows color (decimal): -4209970 or 13550271. OLE color: 13550271.

HSL color Cylindrical-coordinate representation of color #BFC2CE: hue angle of 228º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC2CE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191194206-
CMYK0.070.0600.19
HSL228º13.27%77.84%-
HSV(B)228º7.28%80.78%-
XYZ51.9254.1266.1-
YUV194.47134.51125.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 194 (76.17% from 255) = 32.83%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=32.32%
G=32.83%
B=34.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911942060.070.0600.1922813.2777.84
HexBFC2CE76013e4d4e
Octal2773023167602334415116
Binary1011111111000010110011101111100100111110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2CE; }

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

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

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

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

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

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

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

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