#B8D8BA

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

Shades of Surf #B8D8BA

Tints of Surf #B8D8BA

Color information

#B8D8BA (or 0xB8D8BA) is unknown color: approx Surf. HEX triplet: B8, D8 and BA. RGB value is (184,216,186). Sum of RGB (Red+Green+Blue) = 184+216+186=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D8BA is #472745. Grayscale: #CBCBCB. Windows color (decimal): -4663110 or 12245176. OLE color: 12245176.

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

Color convert

RGB184216186-
CMYK0.1500.140.15
HSL123.75º29.09%78.43%-
HSV(B)123.75º14.81%84.71%-
XYZ53.1962.8555.78-
YUV203.01118.4114.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.40%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=31.40%
G=36.86%
B=31.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842161860.1500.140.15123.7529.0978.43
HexB8D8BAF0EF7c1d4e
Octal270330272170161717435116
Binary10111000110110001011101011110111011111111100111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D8BA; }

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

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

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

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

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

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

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

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