#B6D5B8

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

Shades of Surf #B6D5B8

Tints of Surf #B6D5B8

Color information

#B6D5B8 (or 0xB6D5B8) is unknown color: approx Surf. HEX triplet: B6, D5 and B8. RGB value is (182,213,184). Sum of RGB (Red+Green+Blue) = 182+213+184=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D5B8 is #492A47. Grayscale: #C8C8C8. Windows color (decimal): -4794952 or 12113334. OLE color: 12113334.

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

Color convert

RGB182213184-
CMYK0.1500.140.16
HSL123.87º26.96%77.45%-
HSV(B)123.87º14.55%83.53%-
XYZ51.7460.9954.39-
YUV200.42118.73114.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=31.43%
G=36.79%
B=31.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131840.1500.140.16123.8726.9677.45
HexB6D5B8F0E107c1b4d
Octal266325270170162017433115
Binary101101101101010110111000111101110100001111100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D5B8; }

 p { color: rgb(182,213,184); }

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

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

 a { background-color: rgb(182,213,184); }

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

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

 span { border-color: rgb(182,213,184); }

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