#B6D6BB

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

Shades of Surf #B6D6BB

Tints of Surf #B6D6BB

Color information

#B6D6BB (or 0xB6D6BB) is unknown color: approx Surf. HEX triplet: B6, D6 and BB. RGB value is (182,214,187). Sum of RGB (Red+Green+Blue) = 182+214+187=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6BB is #492944. Grayscale: #C9C9C9. Windows color (decimal): -4794693 or 12310198. OLE color: 12310198.

HSL color Cylindrical-coordinate representation of color #B6D6BB: hue angle of 129.38º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D6BB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB182214187-
CMYK0.1500.130.16
HSL129.38º28.07%77.65%-
HSV(B)129.38º14.95%83.92%-
XYZ52.3161.6356.15-
YUV201.35119.9114.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.22%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=31.22%
G=36.71%
B=32.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141870.1500.130.16129.3828.0777.65
HexB6D6BBF0D10811c4e
Octal266326273170152020134116
Binary1011011011010110101110111111011011000010000001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6BB; }

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

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

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

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

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

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

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

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