#B6D6BC

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

Shades of Surf #B6D6BC

Tints of Surf #B6D6BC

Color information

#B6D6BC (or 0xB6D6BC) is unknown color: approx Surf. HEX triplet: B6, D6 and BC. RGB value is (182,214,188). Sum of RGB (Red+Green+Blue) = 182+214+188=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6BC is #492943. Grayscale: #C9C9C9. Windows color (decimal): -4794692 or 12375734. OLE color: 12375734.

HSL color Cylindrical-coordinate representation of color #B6D6BC: hue angle of 131.25º 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 #B6D6BC is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB182214188-
CMYK0.1500.120.16
HSL131.25º28.07%77.65%-
HSV(B)131.25º14.95%83.92%-
XYZ52.4261.6756.72-
YUV201.47120.4114.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=31.16%
G=36.64%
B=32.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141880.1500.120.16131.2528.0777.65
HexB6D6BCF0C10831c4e
Octal266326274170142020334116
Binary1011011011010110101111001111011001000010000011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6BC; }

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

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

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

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

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

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

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

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