#B8D6BC

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

Shades of Surf #B8D6BC

Tints of Surf #B8D6BC

Color information

#B8D6BC (or 0xB8D6BC) is unknown color: approx Surf. HEX triplet: B8, D6 and BC. RGB value is (184,214,188). Sum of RGB (Red+Green+Blue) = 184+214+188=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6BC is #472943. Grayscale: #CACACA. Windows color (decimal): -4663620 or 12375736. OLE color: 12375736.

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

Color convert

RGB184214188-
CMYK0.1400.120.16
HSL128º26.79%78.04%-
HSV(B)128º14.02%83.92%-
XYZ52.8961.9156.74-
YUV202.07120.06115.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.40%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=31.40%
G=36.52%
B=32.08%

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
Decimal1842141880.1400.120.1612826.7978.04
HexB8D6BCE0C10801b4e
Octal270326274160142020033116
Binary1011100011010110101111001110011001000010000000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6BC; }

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

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

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

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

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

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

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

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