#B6CEBC

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

Shades of Surf #B6CEBC

Tints of Surf #B6CEBC

Color information

#B6CEBC (or 0xB6CEBC) is unknown color: approx Surf. HEX triplet: B6, CE and BC. RGB value is (182,206,188). Sum of RGB (Red+Green+Blue) = 182+206+188=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CEBC is #493143. Grayscale: #C4C4C4. Windows color (decimal): -4796740 or 12373686. OLE color: 12373686.

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

Color convert

RGB182206188-
CMYK0.1200.090.19
HSL135º19.67%76.08%-
HSV(B)135º11.65%80.78%-
XYZ50.4457.7256.06-
YUV196.77123.05117.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=31.60%
G=35.76%
B=32.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061880.1200.090.1913519.6776.08
HexB6CEBCC091387144c
Octal266316274140112320724114
Binary1011011011001110101111001100010011001110000111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEBC; }

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

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

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

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

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

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

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

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