Html Css Color HEX #BADDC7 Edgewater

📋 copy color: '#BADDC7'

red 186 ◦ green 221 ◦ blue 199

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

Shades of Edgewater #BADDC7

Tints of Edgewater #BADDC7

RGB

 RED value IS 186 (73.05% from 255) = 30.69%

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

 BLUE value IS 199 (78.13% from 255) = 32.84%

R = 30.69%
G = 36.47%
B = 32.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#BADDC7 (or 0xBADDC7) is known color: Edgewater. HEX triplet: BA, DD and C7. RGB value is (186,221,199). Sum of RGB (Red+Green+Blue) = 186+221+199=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC7 is #452238. Grayscale: #D0D0D0. Windows color (decimal): -4530745 or 13098426. OLE color: 13098426.

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

Color convert

RGB 186 221 199 -
CMYK 0.16 0 0.10 0.13
HSL 142.29º 0.34% 0.8% -
HSV(B) 142.29º 0.16% 0.87% -
XYZ 56.41 66.28 63.85 -
YUV 208.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 186 221 199 0.16 0 0.10 0.13 142.29 0.34 0.8
Hex BA DD C7 10 0 A D 8E 22 50
Octal 272 335 307 20 0 12 15 216 42 120
Binary 10111010 11011101 11000111 10000 0 1010 1101 10001110 100010 1010000

Color Harmonies of #BADDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDC7

Black with #BADDC7

Text Example


Text Example

White with #BADDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDC7; }

 p { color: rgb(186,221,199); }

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

background-color css

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

 a { background-color: rgb(186,221,199); }

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

border-color css

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

 span { border-color: rgb(186,221,199); }

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