#B8D6BD

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

Shades of Surf #B8D6BD

Tints of Surf #B8D6BD

Color information

#B8D6BD (or 0xB8D6BD) is unknown color: approx Surf. HEX triplet: B8, D6 and BD. RGB value is (184,214,189). Sum of RGB (Red+Green+Blue) = 184+214+189=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6BD is #472942. Grayscale: #CACACA. Windows color (decimal): -4663619 or 12441272. OLE color: 12441272.

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

Color convert

RGB184214189-
CMYK0.1400.120.16
HSL130º26.79%78.04%-
HSV(B)130º14.02%83.92%-
XYZ5361.9657.31-
YUV202.18120.56115.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.35%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=31.35%
G=36.46%
B=32.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842141890.1400.120.1613026.7978.04
HexB8D6BDE0C10821b4e
Octal270326275160142020233116
Binary1011100011010110101111011110011001000010000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6BD; }

 p { color: rgb(184,214,189); }

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

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

 a { background-color: rgb(184,214,189); }

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

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

 span { border-color: rgb(184,214,189); }

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