#B8D4BB

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

Shades of Surf #B8D4BB

Tints of Surf #B8D4BB

Color information

#B8D4BB (or 0xB8D4BB) is unknown color: approx Surf. HEX triplet: B8, D4 and BB. RGB value is (184,212,187). Sum of RGB (Red+Green+Blue) = 184+212+187=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D4BB is #472B44. Grayscale: #C8C8C8. Windows color (decimal): -4664133 or 12309688. OLE color: 12309688.

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

Color convert

RGB184212187-
CMYK0.1300.120.17
HSL126.43º24.56%77.65%-
HSV(B)126.43º13.21%83.14%-
XYZ52.2860.8756.01-
YUV200.78120.22116.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.56%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=31.56%
G=36.36%
B=32.08%

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
Decimal1842121870.1300.120.17126.4324.5677.65
HexB8D4BBD0C117e194e
Octal270324273150142117631116
Binary101110001101010010111011110101100100011111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D4BB; }

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

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

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

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

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

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

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

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