#B6CCBA

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

Shades of Surf #B6CCBA

Tints of Surf #B6CCBA

Color information

#B6CCBA (or 0xB6CCBA) is unknown color: approx Surf. HEX triplet: B6, CC and BA. RGB value is (182,204,186). Sum of RGB (Red+Green+Blue) = 182+204+186=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCBA is #493345. Grayscale: #C3C3C3. Windows color (decimal): -4797254 or 12242102. OLE color: 12242102.

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

Color convert

RGB182204186-
CMYK0.1100.090.2
HSL130.91º17.74%75.69%-
HSV(B)130.91º10.78%80%-
XYZ49.7556.6854.77-
YUV195.37122.71118.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=31.82%
G=35.66%
B=32.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041860.1100.090.2130.9117.7475.69
HexB6CCBAB091483124c
Octal266314272130112420322114
Binary1011011011001100101110101011010011010010000011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCBA; }

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

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

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

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

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

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

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

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