Html Css Color HEX #BADEDC Powder Blue

📋 copy color: '#BADEDC'

red 186 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #BADEDC

Tints of Powder Blue #BADEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.35%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 29.62%
G = 35.35%
B = 35.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#BADEDC (or 0xBADEDC) is known color: Powder Blue. HEX triplet: BA, DE and DC. RGB value is (186,222,220). Sum of RGB (Red+Green+Blue) = 186+222+220=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEDC is #452123. Grayscale: #D2D2D2. Windows color (decimal): -4530468 or 14474938. OLE color: 14474938.

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

Color convert

RGB 186 222 220 -
CMYK 0.16 0 0.01 0.13
HSL 176.67º 0.35% 0.8% -
HSV(B) 176.67º 0.16% 0.87% -
XYZ 59.29 67.85 77.68 -
YUV 211.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 186 222 220 0.16 0 0.01 0.13 176.67 0.35 0.8
Hex BA DE DC 10 0 1 D B1 23 50
Octal 272 336 334 20 0 1 15 261 43 120
Binary 10111010 11011110 11011100 10000 0 1 1101 10110001 100011 1010000

Color Harmonies of #BADEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEDC

Black with #BADEDC

Text Example


Text Example

White with #BADEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEDC; }

 p { color: rgb(186,222,220); }

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

background-color css

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

 a { background-color: rgb(186,222,220); }

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

border-color css

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

 span { border-color: rgb(186,222,220); }

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