#B9CEBB

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

Shades of Surf #B9CEBB

Tints of Surf #B9CEBB

Color information

#B9CEBB (or 0xB9CEBB) is unknown color: approx Surf. HEX triplet: B9, CE and BB. RGB value is (185,206,187). Sum of RGB (Red+Green+Blue) = 185+206+187=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBB is #463144. Grayscale: #C5C5C5. Windows color (decimal): -4600133 or 12308153. OLE color: 12308153.

HSL color Cylindrical-coordinate representation of color #B9CEBB: hue angle of 125.71º 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 #B9CEBB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB185206187-
CMYK0.1000.090.19
HSL125.71º17.65%76.67%-
HSV(B)125.71º10.19%80.78%-
XYZ51.0558.0455.53-
YUV197.56122.04119.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=32.01%
G=35.64%
B=32.35%

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
Decimal1852061870.1000.090.19125.7117.6576.67
HexB9CEBBA09137e124d
Octal271316273120112317622115
Binary101110011100111010111011101001001100111111110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEBB; }

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

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

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

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

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

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

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

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