#B5CEB8

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

Shades of Surf #B5CEB8

Tints of Surf #B5CEB8

Color information

#B5CEB8 (or 0xB5CEB8) is unknown color: approx Surf. HEX triplet: B5, CE and B8. RGB value is (181,206,184). Sum of RGB (Red+Green+Blue) = 181+206+184=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEB8 is #4A3147. Grayscale: #C4C4C4. Windows color (decimal): -4862280 or 12111541. OLE color: 12111541.

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

Color convert

RGB181206184-
CMYK0.1200.110.19
HSL127.2º20.33%75.88%-
HSV(B)127.2º12.14%80.78%-
XYZ49.7857.4353.81-
YUV196.02121.22117.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=31.70%
G=36.08%
B=32.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061840.1200.110.19127.220.3375.88
HexB5CEB8C0B137f144c
Octal265316270140132317724114
Binary101101011100111010111000110001011100111111111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEB8; }

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

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

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

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

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

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

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

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