Html Css Color HEX #B9DDB8 Surf

📋 copy color: '#B9DDB8'

red 185 ◦ green 221 ◦ blue 184

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

Shades of Surf #B9DDB8

Tints of Surf #B9DDB8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.46%

 BLUE value IS 184 (72.27% from 255) = 31.19%

R = 31.36%
G = 37.46%
B = 31.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#B9DDB8 (or 0xB9DDB8) is known color: Surf. HEX triplet: B9, DD and B8. RGB value is (185,221,184). Sum of RGB (Red+Green+Blue) = 185+221+184=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDB8 is #462247. Grayscale: #CECECE. Windows color (decimal): -4596296 or 12115385. OLE color: 12115385.

HSL color Cylindrical-coordinate representation of color #B9DDB8: hue angle of 118.38º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DDB8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 184 -
CMYK 0.16 0 0.17 0.13
HSL 118.38º 0.35% 0.79% -
HSV(B) 118.38º 0.17% 0.87% -
XYZ 54.52 65.49 55.11 -
YUV 206.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 185 221 184 0.16 0 0.17 0.13 118.38 0.35 0.79
Hex B9 DD B8 10 0 11 D 76 23 4F
Octal 271 335 270 20 0 21 15 166 43 117
Binary 10111001 11011101 10111000 10000 0 10001 1101 1110110 100011 1001111

Color Harmonies of #B9DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDB8

Black with #B9DDB8

Text Example


Text Example

White with #B9DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDB8; }

 p { color: rgb(185,221,184); }

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

background-color css

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

 a { background-color: rgb(185,221,184); }

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

border-color css

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

 span { border-color: rgb(185,221,184); }

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