Html Css Color HEX #B9D1AE Surf Crest

📋 copy color: '#B9D1AE'

red 185 ◦ green 209 ◦ blue 174

#B9D1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #B9D1AE

Tints of Surf Crest #B9D1AE

RGB

 RED value IS 185 (72.66% from 255) = 32.57%

 GREEN value IS 209 (82.03% from 255) = 36.8%

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 32.57%
G = 36.8%
B = 30.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#B9D1AE (or 0xB9D1AE) is known color: Surf Crest. HEX triplet: B9, D1 and AE. RGB value is (185,209,174). Sum of RGB (Red+Green+Blue) = 185+209+174=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D1AE is #462E51. Grayscale: #C5C5C5. Windows color (decimal): -4599378 or 11456953. OLE color: 11456953.

HSL color Cylindrical-coordinate representation of color #B9D1AE: hue angle of 101.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9D1AE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 209 174 -
CMYK 0.11 0 0.17 0.18
HSL 101.14º 0.28% 0.75% -
HSV(B) 101.14º 0.17% 0.82% -
XYZ 50.45 58.97 48.77 -
YUV 197.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 185 209 174 0.11 0 0.17 0.18 101.14 0.28 0.75
Hex B9 D1 AE B 0 11 12 65 1C 4B
Octal 271 321 256 13 0 21 22 145 34 113
Binary 10111001 11010001 10101110 1011 0 10001 10010 1100101 11100 1001011

Color Harmonies of #B9D1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D1AE

Black with #B9D1AE

Text Example


Text Example

White with #B9D1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D1AE; }

 p { color: rgb(185,209,174); }

 H1.HeaderClassName
 {
   color: #B9D1AE;
 }
 .AnyTagClassName
 {
   color: #B9D1AE;
 }
</style>

background-color css

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

 a { background-color: rgb(185,209,174); }

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

border-color css

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

 span { border-color: rgb(185,209,174); }

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