Html Css Color HEX #B9DBB7 Surf

📋 copy color: '#B9DBB7'

red 185 ◦ green 219 ◦ blue 183

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

Shades of Surf #B9DBB7

Tints of Surf #B9DBB7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 183 (71.88% from 255) = 31.18%

R = 31.52%
G = 37.31%
B = 31.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#B9DBB7 (or 0xB9DBB7) is known color: Surf. HEX triplet: B9, DB and B7. RGB value is (185,219,183). Sum of RGB (Red+Green+Blue) = 185+219+183=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBB7 is #462448. Grayscale: #CCCCCC. Windows color (decimal): -4596809 or 12049337. OLE color: 12049337.

HSL color Cylindrical-coordinate representation of color #B9DBB7: hue angle of 116.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DBB7 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 183 -
CMYK 0.16 0 0.16 0.14
HSL 116.67º 0.33% 0.79% -
HSV(B) 116.67º 0.16% 0.86% -
XYZ 53.89 64.4 54.39 -
YUV 204.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 185 219 183 0.16 0 0.16 0.14 116.67 0.33 0.79
Hex B9 DB B7 10 0 10 E 75 21 4F
Octal 271 333 267 20 0 20 16 165 41 117
Binary 10111001 11011011 10110111 10000 0 10000 1110 1110101 100001 1001111

Color Harmonies of #B9DBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBB7

Black with #B9DBB7

Text Example


Text Example

White with #B9DBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBB7; }

 p { color: rgb(185,219,183); }

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

background-color css

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

 a { background-color: rgb(185,219,183); }

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

border-color css

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

 span { border-color: rgb(185,219,183); }

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