Html Css Color HEX #B9D8BF Surf

📋 copy color: '#B9D8BF'

red 185 ◦ green 216 ◦ blue 191

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

Shades of Surf #B9D8BF

Tints of Surf #B9D8BF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

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

R = 31.25%
G = 36.49%
B = 32.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#B9D8BF (or 0xB9D8BF) is known color: Surf. HEX triplet: B9, D8 and BF. RGB value is (185,216,191). Sum of RGB (Red+Green+Blue) = 185+216+191=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8BF is #462740. Grayscale: #CBCBCB. Windows color (decimal): -4597569 or 12572857. OLE color: 12572857.

HSL color Cylindrical-coordinate representation of color #B9D8BF: hue angle of 131.61º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8BF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 216 191 -
CMYK 0.14 0 0.12 0.15
HSL 131.61º 0.28% 0.79% -
HSV(B) 131.61º 0.14% 0.85% -
XYZ 53.97 63.19 58.64 -
YUV 203.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 185 216 191 0.14 0 0.12 0.15 131.61 0.28 0.79
Hex B9 D8 BF E 0 C F 84 1C 4F
Octal 271 330 277 16 0 14 17 204 34 117
Binary 10111001 11011000 10111111 1110 0 1100 1111 10000100 11100 1001111

Color Harmonies of #B9D8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8BF

Black with #B9D8BF

Text Example


Text Example

White with #B9D8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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