#B8DCB9

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

Shades of Surf #B8DCB9

Tints of Surf #B8DCB9

Color information

#B8DCB9 (or 0xB8DCB9) is unknown color: approx Surf. HEX triplet: B8, DC and B9. RGB value is (184,220,185). Sum of RGB (Red+Green+Blue) = 184+220+185=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCB9 is #472346. Grayscale: #CDCDCD. Windows color (decimal): -4662087 or 12180664. OLE color: 12180664.

HSL color Cylindrical-coordinate representation of color #B8DCB9: hue angle of 121.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCB9 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB184220185-
CMYK0.1600.160.14
HSL121.67º33.96%79.22%-
HSV(B)121.67º16.36%86.27%-
XYZ54.1264.8855.57-
YUV205.25116.57112.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.24%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=31.24%
G=37.35%
B=31.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201850.1600.160.14121.6733.9679.22
HexB8DCB910010E7a224f
Octal270334271200201617242117
Binary10111000110111001011100110000010000111011110101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCB9; }

 p { color: rgb(184,220,185); }

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

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

 a { background-color: rgb(184,220,185); }

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

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

 span { border-color: rgb(184,220,185); }

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