Html Css Color HEX #BADEDD Powder Blue

📋 copy color: '#BADEDD'

red 186 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #BADEDD

Tints of Powder Blue #BADEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 29.57%
G = 35.29%
B = 35.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BADEDD (or 0xBADEDD) is known color: Powder Blue. HEX triplet: BA, DE and DD. RGB value is (186,222,221). Sum of RGB (Red+Green+Blue) = 186+222+221=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEDD is #452122. Grayscale: #D3D3D3. Windows color (decimal): -4530467 or 14540474. OLE color: 14540474.

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

Color convert

RGB 186 222 221 -
CMYK 0.16 0 0.00 0.13
HSL 178.33º 0.35% 0.8% -
HSV(B) 178.33º 0.16% 0.87% -
XYZ 59.42 67.9 78.38 -
YUV 211.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 186 222 221 0.16 0 0.00 0.13 178.33 0.35 0.8
Hex BA DE DD 10 0 0 D B2 23 50
Octal 272 336 335 20 0 0 15 262 43 120
Binary 10111010 11011110 11011101 10000 0 0 1101 10110010 100011 1010000

Color Harmonies of #BADEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEDD

Black with #BADEDD

Text Example


Text Example

White with #BADEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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