Html Css Color HEX #B9DBBA Surf

📋 copy color: '#B9DBBA'

red 185 ◦ green 219 ◦ blue 186

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

Shades of Surf #B9DBBA

Tints of Surf #B9DBBA

RGB

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

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

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

R = 31.36%
G = 37.12%
B = 31.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B9DBBA (or 0xB9DBBA) is known color: Surf. HEX triplet: B9, DB and BA. RGB value is (185,219,186). Sum of RGB (Red+Green+Blue) = 185+219+186=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBBA is #462445. Grayscale: #CDCDCD. Windows color (decimal): -4596806 or 12245945. OLE color: 12245945.

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

Color convert

RGB 185 219 186 -
CMYK 0.16 0 0.15 0.14
HSL 121.76º 0.32% 0.79% -
HSV(B) 121.76º 0.16% 0.86% -
XYZ 54.2 64.52 56.05 -
YUV 205.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 185 219 186 0.16 0 0.15 0.14 121.76 0.32 0.79
Hex B9 DB BA 10 0 F E 7A 20 4F
Octal 271 333 272 20 0 17 16 172 40 117
Binary 10111001 11011011 10111010 10000 0 1111 1110 1111010 100000 1001111

Color Harmonies of #B9DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBBA

Black with #B9DBBA

Text Example


Text Example

White with #B9DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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