#B6CCB8

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

Shades of Surf #B6CCB8

Tints of Surf #B6CCB8

Color information

#B6CCB8 (or 0xB6CCB8) is unknown color: approx Surf. HEX triplet: B6, CC and B8. RGB value is (182,204,184). Sum of RGB (Red+Green+Blue) = 182+204+184=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCB8 is #493347. Grayscale: #C3C3C3. Windows color (decimal): -4797256 or 12111030. OLE color: 12111030.

HSL color Cylindrical-coordinate representation of color #B6CCB8: hue angle of 125.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CCB8 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB182204184-
CMYK0.1100.100.2
HSL125.45º17.74%75.69%-
HSV(B)125.45º10.78%80%-
XYZ49.5456.5953.66-
YUV195.14121.71118.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=31.93%
G=35.79%
B=32.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041840.1100.100.2125.4517.7475.69
HexB6CCB8B0A147d124c
Octal266314270130122417522114
Binary101101101100110010111000101101010101001111101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCB8; }

 p { color: rgb(182,204,184); }

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

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

 a { background-color: rgb(182,204,184); }

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

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

 span { border-color: rgb(182,204,184); }

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