Html Css Color HEX #B9D8BB Surf

📋 copy color: '#B9D8BB'

red 185 ◦ green 216 ◦ blue 187

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

Shades of Surf #B9D8BB

Tints of Surf #B9D8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 31.46%
G = 36.73%
B = 31.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#B9D8BB (or 0xB9D8BB) is known color: Surf. HEX triplet: B9, D8 and BB. RGB value is (185,216,187). Sum of RGB (Red+Green+Blue) = 185+216+187=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8BB is #462744. Grayscale: #CBCBCB. Windows color (decimal): -4597573 or 12310713. OLE color: 12310713.

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

Color convert

RGB 185 216 187 -
CMYK 0.14 0 0.13 0.15
HSL 123.87º 0.28% 0.79% -
HSV(B) 123.87º 0.14% 0.85% -
XYZ 53.53 63.01 56.36 -
YUV 203.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 185 216 187 0.14 0 0.13 0.15 123.87 0.28 0.79
Hex B9 D8 BB E 0 D F 7C 1C 4F
Octal 271 330 273 16 0 15 17 174 34 117
Binary 10111001 11011000 10111011 1110 0 1101 1111 1111100 11100 1001111

Color Harmonies of #B9D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8BB

Black with #B9D8BB

Text Example


Text Example

White with #B9D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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