Html Css Color HEX #B9D1BF Surf

📋 copy color: '#B9D1BF'

red 185 ◦ green 209 ◦ blue 191

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

Shades of Surf #B9D1BF

Tints of Surf #B9D1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.65%

R = 31.62%
G = 35.73%
B = 32.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B9D1BF (or 0xB9D1BF) is known color: Surf. HEX triplet: B9, D1 and BF. RGB value is (185,209,191). Sum of RGB (Red+Green+Blue) = 185+209+191=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1BF is #462E40. Grayscale: #C7C7C7. Windows color (decimal): -4599361 or 12571065. OLE color: 12571065.

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

Color convert

RGB 185 209 191 -
CMYK 0.11 0 0.09 0.18
HSL 135º 0.21% 0.77% -
HSV(B) 135º 0.11% 0.82% -
XYZ 52.21 59.68 58.06 -
YUV 199.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 185 209 191 0.11 0 0.09 0.18 135 0.21 0.77
Hex B9 D1 BF B 0 9 12 87 15 4D
Octal 271 321 277 13 0 11 22 207 25 115
Binary 10111001 11010001 10111111 1011 0 1001 10010 10000111 10101 1001101

Color Harmonies of #B9D1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D1BF

Black with #B9D1BF

Text Example


Text Example

White with #B9D1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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