#B8D6BA

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

Shades of Surf #B8D6BA

Tints of Surf #B8D6BA

Color information

#B8D6BA (or 0xB8D6BA) is unknown color: approx Surf. HEX triplet: B8, D6 and BA. RGB value is (184,214,186). Sum of RGB (Red+Green+Blue) = 184+214+186=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6BA is #472945. Grayscale: #C9C9C9. Windows color (decimal): -4663622 or 12244664. OLE color: 12244664.

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

Color convert

RGB184214186-
CMYK0.1400.130.16
HSL124º26.79%78.04%-
HSV(B)124º14.02%83.92%-
XYZ52.6861.8355.61-
YUV201.84119.06115.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=31.51%
G=36.64%
B=31.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842141860.1400.130.1612426.7978.04
HexB8D6BAE0D107c1b4e
Octal270326272160152017433116
Binary101110001101011010111010111001101100001111100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6BA; }

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

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

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

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

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

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

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

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