#B5CEBA

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

Shades of Surf #B5CEBA

Tints of Surf #B5CEBA

Color information

#B5CEBA (or 0xB5CEBA) is unknown color: approx Surf. HEX triplet: B5, CE and BA. RGB value is (181,206,186). Sum of RGB (Red+Green+Blue) = 181+206+186=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEBA is #4A3145. Grayscale: #C4C4C4. Windows color (decimal): -4862278 or 12242613. OLE color: 12242613.

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

Color convert

RGB181206186-
CMYK0.1200.100.19
HSL132º20.33%75.88%-
HSV(B)132º12.14%80.78%-
XYZ49.9957.5154.92-
YUV196.24122.22117.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=31.59%
G=35.95%
B=32.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812061860.1200.100.1913220.3375.88
HexB5CEBAC0A1384144c
Octal265316272140122320424114
Binary1011010111001110101110101100010101001110000100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEBA; }

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

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

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

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

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

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

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

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