#B5CEB6

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

Shades of Surf #B5CEB6

Tints of Surf #B5CEB6

Color information

#B5CEB6 (or 0xB5CEB6) is unknown color: approx Surf. HEX triplet: B5, CE and B6. RGB value is (181,206,182). Sum of RGB (Red+Green+Blue) = 181+206+182=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEB6 is #4A3149. Grayscale: #C3C3C3. Windows color (decimal): -4862282 or 11980469. OLE color: 11980469.

HSL color Cylindrical-coordinate representation of color #B5CEB6: hue angle of 122.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEB6 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB181206182-
CMYK0.1200.120.19
HSL122.4º20.33%75.88%-
HSV(B)122.4º12.14%80.78%-
XYZ49.5757.3452.71-
YUV195.79120.22117.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=31.81%
G=36.20%
B=31.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061820.1200.120.19122.420.3375.88
HexB5CEB6C0C137a144c
Octal265316266140142317224114
Binary101101011100111010110110110001100100111111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEB6; }

 p { color: rgb(181,206,182); }

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

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

 a { background-color: rgb(181,206,182); }

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

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

 span { border-color: rgb(181,206,182); }

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