#B9CEBC

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

Shades of Surf #B9CEBC

Tints of Surf #B9CEBC

Color information

#B9CEBC (or 0xB9CEBC) is unknown color: approx Surf. HEX triplet: B9, CE and BC. RGB value is (185,206,188). Sum of RGB (Red+Green+Blue) = 185+206+188=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBC is #463143. Grayscale: #C5C5C5. Windows color (decimal): -4600132 or 12373689. OLE color: 12373689.

HSL color Cylindrical-coordinate representation of color #B9CEBC: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CEBC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB185206188-
CMYK0.1000.090.19
HSL128.57º17.65%76.67%-
HSV(B)128.57º10.19%80.78%-
XYZ51.1658.0956.09-
YUV197.67122.54118.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=31.95%
G=35.58%
B=32.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061880.1000.090.19128.5717.6576.67
HexB9CEBCA091381124d
Octal271316274120112320122115
Binary1011100111001110101111001010010011001110000001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEBC; }

 p { color: rgb(185,206,188); }

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

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

 a { background-color: rgb(185,206,188); }

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

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

 span { border-color: rgb(185,206,188); }

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