#B6CCB7

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

Shades of Surf #B6CCB7

Tints of Surf #B6CCB7

Color information

#B6CCB7 (or 0xB6CCB7) is unknown color: approx Surf. HEX triplet: B6, CC and B7. RGB value is (182,204,183). Sum of RGB (Red+Green+Blue) = 182+204+183=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCB7 is #493348. Grayscale: #C3C3C3. Windows color (decimal): -4797257 or 12045494. OLE color: 12045494.

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

Color convert

RGB182204183-
CMYK0.1100.100.2
HSL122.73º17.74%75.69%-
HSV(B)122.73º10.78%80%-
XYZ49.4356.5553.11-
YUV195.03121.21118.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 183 (71.88% from 255) = 32.16%
R=31.99%
G=35.85%
B=32.16%

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
Decimal1822041830.1100.100.2122.7317.7475.69
HexB6CCB7B0A147b124c
Octal266314267130122417322114
Binary101101101100110010110111101101010101001111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCB7; }

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

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

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

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

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

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

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

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