#B6D6BA

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

Shades of Surf #B6D6BA

Tints of Surf #B6D6BA

Color information

#B6D6BA (or 0xB6D6BA) is unknown color: approx Surf. HEX triplet: B6, D6 and BA. RGB value is (182,214,186). Sum of RGB (Red+Green+Blue) = 182+214+186=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D6BA is #492945. Grayscale: #C9C9C9. Windows color (decimal): -4794694 or 12244662. OLE color: 12244662.

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

Color convert

RGB182214186-
CMYK0.1500.130.16
HSL127.5º28.07%77.65%-
HSV(B)127.5º14.95%83.92%-
XYZ52.261.5855.59-
YUV201.24119.4114.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.27%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=31.27%
G=36.77%
B=31.96%

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
Decimal1822141860.1500.130.16127.528.0777.65
HexB6D6BAF0D107f1c4e
Octal266326272170152017734116
Binary101101101101011010111010111101101100001111111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D6BA; }

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

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

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

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

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

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

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

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