Html Css Color HEX #B9D2BF Surf

📋 copy color: '#B9D2BF'

red 185 ◦ green 210 ◦ blue 191

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

Shades of Surf #B9D2BF

Tints of Surf #B9D2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.84%

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

R = 31.57%
G = 35.84%
B = 32.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B9D2BF (or 0xB9D2BF) is known color: Surf. HEX triplet: B9, D2 and BF. RGB value is (185,210,191). Sum of RGB (Red+Green+Blue) = 185+210+191=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2BF is #462D40. Grayscale: #C8C8C8. Windows color (decimal): -4599105 or 12571321. OLE color: 12571321.

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

Color convert

RGB 185 210 191 -
CMYK 0.12 0 0.09 0.18
HSL 134.4º 0.22% 0.77% -
HSV(B) 134.4º 0.12% 0.82% -
XYZ 52.46 60.17 58.14 -
YUV 200.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 185 210 191 0.12 0 0.09 0.18 134.4 0.22 0.77
Hex B9 D2 BF C 0 9 12 86 16 4D
Octal 271 322 277 14 0 11 22 206 26 115
Binary 10111001 11010010 10111111 1100 0 1001 10010 10000110 10110 1001101

Color Harmonies of #B9D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2BF

Black with #B9D2BF

Text Example


Text Example

White with #B9D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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