#B9D5BB

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

Shades of Surf #B9D5BB

Tints of Surf #B9D5BB

Color information

#B9D5BB (or 0xB9D5BB) is unknown color: approx Surf. HEX triplet: B9, D5 and BB. RGB value is (185,213,187). Sum of RGB (Red+Green+Blue) = 185+213+187=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5BB is #462A44. Grayscale: #C9C9C9. Windows color (decimal): -4598341 or 12309945. OLE color: 12309945.

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

Color convert

RGB185213187-
CMYK0.1300.120.16
HSL124.29º25%78.04%-
HSV(B)124.29º13.15%83.53%-
XYZ52.7761.4956.1-
YUV201.66119.72116.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=31.62%
G=36.41%
B=31.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852131870.1300.120.16124.292578.04
HexB9D5BBD0C107c194e
Octal271325273150142017431116
Binary101110011101010110111011110101100100001111100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D5BB; }

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

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

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

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

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

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

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

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