#B6CCBB

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

Shades of Surf #B6CCBB

Tints of Surf #B6CCBB

Color information

#B6CCBB (or 0xB6CCBB) is unknown color: approx Surf. HEX triplet: B6, CC and BB. RGB value is (182,204,187). Sum of RGB (Red+Green+Blue) = 182+204+187=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCBB is #493344. Grayscale: #C3C3C3. Windows color (decimal): -4797253 or 12307638. OLE color: 12307638.

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

Color convert

RGB182204187-
CMYK0.1100.080.2
HSL133.64º17.74%75.69%-
HSV(B)133.64º10.78%80%-
XYZ49.8556.7255.33-
YUV195.48123.21118.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=31.76%
G=35.60%
B=32.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041870.1100.080.2133.6417.7475.69
HexB6CCBBB081486124c
Octal266314273130102420622114
Binary1011011011001100101110111011010001010010000110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCBB; }

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

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

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

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

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

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

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

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