Html Css Color HEX #B9D8BA Surf

📋 copy color: '#B9D8BA'

red 185 ◦ green 216 ◦ blue 186

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

Shades of Surf #B9D8BA

Tints of Surf #B9D8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 31.52%
G = 36.8%
B = 31.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B9D8BA (or 0xB9D8BA) is known color: Surf. HEX triplet: B9, D8 and BA. RGB value is (185,216,186). Sum of RGB (Red+Green+Blue) = 185+216+186=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8BA is #462745. Grayscale: #CBCBCB. Windows color (decimal): -4597574 or 12245177. OLE color: 12245177.

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

Color convert

RGB 185 216 186 -
CMYK 0.14 0 0.14 0.15
HSL 121.94º 0.28% 0.79% -
HSV(B) 121.94º 0.14% 0.85% -
XYZ 53.43 62.97 55.79 -
YUV 203.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 185 216 186 0.14 0 0.14 0.15 121.94 0.28 0.79
Hex B9 D8 BA E 0 E F 7A 1C 4F
Octal 271 330 272 16 0 16 17 172 34 117
Binary 10111001 11011000 10111010 1110 0 1110 1111 1111010 11100 1001111

Color Harmonies of #B9D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8BA

Black with #B9D8BA

Text Example


Text Example

White with #B9D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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