Html Css Color HEX #B9DBBD Surf

📋 copy color: '#B9DBBD'

red 185 ◦ green 219 ◦ blue 189

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

Shades of Surf #B9DBBD

Tints of Surf #B9DBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.87%

R = 31.2%
G = 36.93%
B = 31.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B9DBBD (or 0xB9DBBD) is known color: Surf. HEX triplet: B9, DB and BD. RGB value is (185,219,189). Sum of RGB (Red+Green+Blue) = 185+219+189=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBBD is #462442. Grayscale: #CDCDCD. Windows color (decimal): -4596803 or 12442553. OLE color: 12442553.

HSL color Cylindrical-coordinate representation of color #B9DBBD: hue angle of 127.06º degrees, saturation: 0.32, 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 #B9DBBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 189 -
CMYK 0.16 0 0.14 0.14
HSL 127.06º 0.32% 0.79% -
HSV(B) 127.06º 0.16% 0.86% -
XYZ 54.52 64.65 57.75 -
YUV 205.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 185 219 189 0.16 0 0.14 0.14 127.06 0.32 0.79
Hex B9 DB BD 10 0 E E 7F 20 4F
Octal 271 333 275 20 0 16 16 177 40 117
Binary 10111001 11011011 10111101 10000 0 1110 1110 1111111 100000 1001111

Color Harmonies of #B9DBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBBD

Black with #B9DBBD

Text Example


Text Example

White with #B9DBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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