#B9D6B4

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

Shades of Surf Crest #B9D6B4

Tints of Surf Crest #B9D6B4

Color information

#B9D6B4 (or 0xB9D6B4) is unknown color: approx Surf Crest. HEX triplet: B9, D6 and B4. RGB value is (185,214,180). Sum of RGB (Red+Green+Blue) = 185+214+180=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D6B4 is #46294B. Grayscale: #C9C9C9. Windows color (decimal): -4598092 or 11851449. OLE color: 11851449.

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

Color convert

RGB185214180-
CMYK0.1400.160.16
HSL111.18º29.31%77.25%-
HSV(B)111.18º15.89%83.92%-
XYZ52.2961.752.33-
YUV201.45115.89116.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=31.95%
G=36.96%
B=31.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852141800.1400.160.16111.1829.3177.25
HexB9D6B4E010106f1d4d
Octal271326264160202015735115
Binary1011100111010110101101001110010000100001101111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D6B4; }

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

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

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

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

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

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

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

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