Html Css Color HEX #B9E0C5 Edgewater

📋 copy color: '#B9E0C5'

red 185 ◦ green 224 ◦ blue 197

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

Shades of Edgewater #B9E0C5

Tints of Edgewater #B9E0C5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.96%

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 30.53%
G = 36.96%
B = 32.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#B9E0C5 (or 0xB9E0C5) is known color: Edgewater. HEX triplet: B9, E0 and C5. RGB value is (185,224,197). Sum of RGB (Red+Green+Blue) = 185+224+197=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0C5 is #461F3A. Grayscale: #D1D1D1. Windows color (decimal): -4595515 or 12968121. OLE color: 12968121.

HSL color Cylindrical-coordinate representation of color #B9E0C5: hue angle of 138.46º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9E0C5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 197 -
CMYK 0.17 0 0.12 0.12
HSL 138.46º 0.39% 0.8% -
HSV(B) 138.46º 0.17% 0.88% -
XYZ 56.74 67.66 62.89 -
YUV 209.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 185 224 197 0.17 0 0.12 0.12 138.46 0.39 0.8
Hex B9 E0 C5 11 0 C C 8A 27 50
Octal 271 340 305 21 0 14 14 212 47 120
Binary 10111001 11100000 11000101 10001 0 1100 1100 10001010 100111 1010000

Color Harmonies of #B9E0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E0C5

Black with #B9E0C5

Text Example


Text Example

White with #B9E0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E0C5; }

 p { color: rgb(185,224,197); }

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

background-color css

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

 a { background-color: rgb(185,224,197); }

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

border-color css

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

 span { border-color: rgb(185,224,197); }

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