#B8D8BC

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

Shades of Surf #B8D8BC

Tints of Surf #B8D8BC

Color information

#B8D8BC (or 0xB8D8BC) is unknown color: approx Surf. HEX triplet: B8, D8 and BC. RGB value is (184,216,188). Sum of RGB (Red+Green+Blue) = 184+216+188=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D8BC is #472743. Grayscale: #CBCBCB. Windows color (decimal): -4663108 or 12376248. OLE color: 12376248.

HSL color Cylindrical-coordinate representation of color #B8D8BC: hue angle of 127.5º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D8BC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB184216188-
CMYK0.1500.130.15
HSL127.5º29.09%78.43%-
HSV(B)127.5º14.81%84.71%-
XYZ53.462.9356.91-
YUV203.24119.4114.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.29%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=31.29%
G=36.73%
B=31.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161880.1500.130.15127.529.0978.43
HexB8D8BCF0DF7f1d4e
Octal270330274170151717735116
Binary10111000110110001011110011110110111111111111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D8BC; }

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

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

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

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

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

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

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

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