#B8DCBA

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

Shades of Surf #B8DCBA

Tints of Surf #B8DCBA

Color information

#B8DCBA (or 0xB8DCBA) is unknown color: approx Surf. HEX triplet: B8, DC and BA. RGB value is (184,220,186). Sum of RGB (Red+Green+Blue) = 184+220+186=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCBA is #472345. Grayscale: #CDCDCD. Windows color (decimal): -4662086 or 12246200. OLE color: 12246200.

HSL color Cylindrical-coordinate representation of color #B8DCBA: hue angle of 123.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCBA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB184220186-
CMYK0.1600.150.14
HSL123.33º33.96%79.22%-
HSV(B)123.33º16.36%86.27%-
XYZ54.2264.9256.13-
YUV205.36117.07112.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.19%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=31.19%
G=37.29%
B=31.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201860.1600.150.14123.3333.9679.22
HexB8DCBA100FE7b224f
Octal270334272200171617342117
Binary1011100011011100101110101000001111111011110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCBA; }

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

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

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

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

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

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

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

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