#B9D4BB

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

Shades of Surf #B9D4BB

Tints of Surf #B9D4BB

Color information

#B9D4BB (or 0xB9D4BB) is unknown color: approx Surf. HEX triplet: B9, D4 and BB. RGB value is (185,212,187). Sum of RGB (Red+Green+Blue) = 185+212+187=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D4BB is #462B44. Grayscale: #C9C9C9. Windows color (decimal): -4598597 or 12309689. OLE color: 12309689.

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

Color convert

RGB185212187-
CMYK0.1300.120.17
HSL124.44º23.89%77.84%-
HSV(B)124.44º12.74%83.14%-
XYZ52.5260.9956.02-
YUV201.08120.05116.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=31.68%
G=36.30%
B=32.02%

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
Decimal1852121870.1300.120.17124.4423.8977.84
HexB9D4BBD0C117c184e
Octal271324273150142117430116
Binary101110011101010010111011110101100100011111100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D4BB; }

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

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

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

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

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

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

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

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