Html Css Color HEX #BADADD Powder Blue

📋 copy color: '#BADADD'

red 186 ◦ green 218 ◦ blue 221

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

Shades of Powder Blue #BADADD

Tints of Powder Blue #BADADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.88%

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

R = 29.76%
G = 34.88%
B = 35.36%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADADD (or 0xBADADD) is known color: Powder Blue. HEX triplet: BA, DA and DD. RGB value is (186,218,221). Sum of RGB (Red+Green+Blue) = 186+218+221=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #BADADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADADD is #452522. Grayscale: #D0D0D0. Windows color (decimal): -4531491 or 14539450. OLE color: 14539450.

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

Color convert

RGB 186 218 221 -
CMYK 0.16 0.01 0 0.13
HSL 185.14º 0.34% 0.8% -
HSV(B) 185.14º 0.16% 0.87% -
XYZ 58.37 65.8 78.03 -
YUV 208.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 186 218 221 0.16 0.01 0 0.13 185.14 0.34 0.8
Hex BA DA DD 10 1 0 D B9 22 50
Octal 272 332 335 20 1 0 15 271 42 120
Binary 10111010 11011010 11011101 10000 1 0 1101 10111001 100010 1010000

Color Harmonies of #BADADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADADD

Black with #BADADD

Text Example


Text Example

White with #BADADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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