#B2CCB4

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

Shades of Surf #B2CCB4

Tints of Surf #B2CCB4

Color information

#B2CCB4 (or 0xB2CCB4) is unknown color: approx Surf. HEX triplet: B2, CC and B4. RGB value is (178,204,180). Sum of RGB (Red+Green+Blue) = 178+204+180=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCB4 is #4D334B. Grayscale: #C1C1C1. Windows color (decimal): -5059404 or 11848882. OLE color: 11848882.

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

Color convert

RGB178204180-
CMYK0.1300.120.2
HSL124.62º20.31%74.9%-
HSV(B)124.62º12.75%80%-
XYZ48.1955.9551.44-
YUV193.49120.39116.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=31.67%
G=36.30%
B=32.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041800.1300.120.2124.6220.3174.9
HexB2CCB4D0C147d144b
Octal262314264150142417524113
Binary101100101100110010110100110101100101001111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCB4; }

 p { color: rgb(178,204,180); }

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

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

 a { background-color: rgb(178,204,180); }

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

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

 span { border-color: rgb(178,204,180); }

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