Html Css Color HEX #B9D8BE Surf

📋 copy color: '#B9D8BE'

red 185 ◦ green 216 ◦ blue 190

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

Shades of Surf #B9D8BE

Tints of Surf #B9D8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 31.3%
G = 36.55%
B = 32.15%

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

#B9D8BE (or 0xB9D8BE) is known color: Surf. HEX triplet: B9, D8 and BE. RGB value is (185,216,190). Sum of RGB (Red+Green+Blue) = 185+216+190=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8BE is #462741. Grayscale: #CBCBCB. Windows color (decimal): -4597570 or 12507321. OLE color: 12507321.

HSL color Cylindrical-coordinate representation of color #B9D8BE: hue angle of 129.68º 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 #B9D8BE is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 216 190 -
CMYK 0.14 0 0.12 0.15
HSL 129.68º 0.28% 0.79% -
HSV(B) 129.68º 0.14% 0.85% -
XYZ 53.86 63.14 58.06 -
YUV 203.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 185 216 190 0.14 0 0.12 0.15 129.68 0.28 0.79
Hex B9 D8 BE E 0 C F 82 1C 4F
Octal 271 330 276 16 0 14 17 202 34 117
Binary 10111001 11011000 10111110 1110 0 1100 1111 10000010 11100 1001111

Color Harmonies of #B9D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8BE

Black with #B9D8BE

Text Example


Text Example

White with #B9D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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