#B3CEB6

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

Shades of Surf #B3CEB6

Tints of Surf #B3CEB6

Color information

#B3CEB6 (or 0xB3CEB6) is unknown color: approx Surf. HEX triplet: B3, CE and B6. RGB value is (179,206,182). Sum of RGB (Red+Green+Blue) = 179+206+182=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEB6 is #4C3149. Grayscale: #C3C3C3. Windows color (decimal): -4993354 or 11980467. OLE color: 11980467.

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

Color convert

RGB179206182-
CMYK0.1300.120.19
HSL126.67º21.6%75.49%-
HSV(B)126.67º13.11%80.78%-
XYZ49.1157.152.69-
YUV195.19120.55116.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=31.57%
G=36.33%
B=32.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061820.1300.120.19126.6721.675.49
HexB3CEB6D0C137f164b
Octal263316266150142317726113
Binary101100111100111010110110110101100100111111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEB6; }

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

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

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

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

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

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

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

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