Html Css Color HEX #B9DDC4 Edgewater

📋 copy color: '#B9DDC4'

red 185 ◦ green 221 ◦ blue 196

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

Shades of Edgewater #B9DDC4

Tints of Edgewater #B9DDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 30.73%
G = 36.71%
B = 32.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#B9DDC4 (or 0xB9DDC4) is known color: Edgewater. HEX triplet: B9, DD and C4. RGB value is (185,221,196). Sum of RGB (Red+Green+Blue) = 185+221+196=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDC4 is #46223B. Grayscale: #CFCFCF. Windows color (decimal): -4596284 or 12901817. OLE color: 12901817.

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

Color convert

RGB 185 221 196 -
CMYK 0.16 0 0.11 0.13
HSL 138.33º 0.35% 0.8% -
HSV(B) 138.33º 0.16% 0.87% -
XYZ 55.83 66.01 62.02 -
YUV 207.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 185 221 196 0.16 0 0.11 0.13 138.33 0.35 0.8
Hex B9 DD C4 10 0 B D 8A 23 50
Octal 271 335 304 20 0 13 15 212 43 120
Binary 10111001 11011101 11000100 10000 0 1011 1101 10001010 100011 1010000

Color Harmonies of #B9DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDC4

Black with #B9DDC4

Text Example


Text Example

White with #B9DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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