#B6CEBA

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

Shades of Surf #B6CEBA

Tints of Surf #B6CEBA

Color information

#B6CEBA (or 0xB6CEBA) is unknown color: approx Surf. HEX triplet: B6, CE and BA. RGB value is (182,206,186). Sum of RGB (Red+Green+Blue) = 182+206+186=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEBA is #493145. Grayscale: #C4C4C4. Windows color (decimal): -4796742 or 12242614. OLE color: 12242614.

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

Color convert

RGB182206186-
CMYK0.1200.100.19
HSL130º19.67%76.08%-
HSV(B)130º11.65%80.78%-
XYZ50.2357.6354.93-
YUV196.54122.05117.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=31.71%
G=35.89%
B=32.40%

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
Decimal1822061860.1200.100.1913019.6776.08
HexB6CEBAC0A1382144c
Octal266316272140122320224114
Binary1011011011001110101110101100010101001110000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEBA; }

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

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

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

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

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

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

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

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