Html Css Color HEX #B9D4BE Surf

📋 copy color: '#B9D4BE'

red 185 ◦ green 212 ◦ blue 190

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

Shades of Surf #B9D4BE

Tints of Surf #B9D4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 31.52%
G = 36.12%
B = 32.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#B9D4BE (or 0xB9D4BE) is known color: Surf. HEX triplet: B9, D4 and BE. RGB value is (185,212,190). Sum of RGB (Red+Green+Blue) = 185+212+190=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D4BE is #462B41. Grayscale: #C9C9C9. Windows color (decimal): -4598594 or 12506297. OLE color: 12506297.

HSL color Cylindrical-coordinate representation of color #B9D4BE: hue angle of 131.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D4BE is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 212 190 -
CMYK 0.13 0 0.10 0.17
HSL 131.11º 0.24% 0.78% -
HSV(B) 131.11º 0.13% 0.83% -
XYZ 52.85 61.12 57.73 -
YUV 201.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 185 212 190 0.13 0 0.10 0.17 131.11 0.24 0.78
Hex B9 D4 BE D 0 A 11 83 18 4E
Octal 271 324 276 15 0 12 21 203 30 116
Binary 10111001 11010100 10111110 1101 0 1010 10001 10000011 11000 1001110

Color Harmonies of #B9D4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D4BE

Black with #B9D4BE

Text Example


Text Example

White with #B9D4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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