#B9CEBE

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

Shades of Surf #B9CEBE

Tints of Surf #B9CEBE

Color information

#B9CEBE (or 0xB9CEBE) is unknown color: approx Surf. HEX triplet: B9, CE and BE. RGB value is (185,206,190). Sum of RGB (Red+Green+Blue) = 185+206+190=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBE is #463141. Grayscale: #C5C5C5. Windows color (decimal): -4600130 or 12504761. OLE color: 12504761.

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

Color convert

RGB185206190-
CMYK0.1000.080.19
HSL134.29º17.65%76.67%-
HSV(B)134.29º10.19%80.78%-
XYZ51.3758.1757.24-
YUV197.9123.54118.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=31.84%
G=35.46%
B=32.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061900.1000.080.19134.2917.6576.67
HexB9CEBEA081386124d
Octal271316276120102320622115
Binary1011100111001110101111101010010001001110000110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEBE; }

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

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

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

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

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

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

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

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