#B9D6B5

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

Shades of Surf Crest #B9D6B5

Tints of Surf Crest #B9D6B5

Color information

#B9D6B5 (or 0xB9D6B5) is unknown color: approx Surf Crest. HEX triplet: B9, D6 and B5. RGB value is (185,214,181). Sum of RGB (Red+Green+Blue) = 185+214+181=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D6B5 is #46294A. Grayscale: #C9C9C9. Windows color (decimal): -4598091 or 11916985. OLE color: 11916985.

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

Color convert

RGB185214181-
CMYK0.1400.150.16
HSL112.73º28.7%77.45%-
HSV(B)112.73º15.42%83.92%-
XYZ52.3961.7452.87-
YUV201.57116.39116.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 181 (71.09% from 255) = 31.21%
R=31.90%
G=36.90%
B=31.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141810.1400.150.16112.7328.777.45
HexB9D6B5E0F10711d4d
Octal271326265160172016135115
Binary101110011101011010110101111001111100001110001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D6B5; }

 p { color: rgb(185,214,181); }

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

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

 a { background-color: rgb(185,214,181); }

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

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

 span { border-color: rgb(185,214,181); }

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