#B8D4BA

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

Shades of Surf #B8D4BA

Tints of Surf #B8D4BA

Color information

#B8D4BA (or 0xB8D4BA) is unknown color: approx Surf. HEX triplet: B8, D4 and BA. RGB value is (184,212,186). Sum of RGB (Red+Green+Blue) = 184+212+186=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D4BA is #472B45. Grayscale: #C8C8C8. Windows color (decimal): -4664134 or 12244152. OLE color: 12244152.

HSL color Cylindrical-coordinate representation of color #B8D4BA: hue angle of 124.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8D4BA is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB184212186-
CMYK0.1300.120.17
HSL124.29º24.56%77.65%-
HSV(B)124.29º13.21%83.14%-
XYZ52.1760.8255.44-
YUV200.66119.72116.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.62%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=31.62%
G=36.43%
B=31.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842121860.1300.120.17124.2924.5677.65
HexB8D4BAD0C117c194e
Octal270324272150142117431116
Binary101110001101010010111010110101100100011111100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D4BA; }

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

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

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

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

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

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

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

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