Html Css Color HEX #BADEE5 Powder Blue

📋 copy color: '#BADEE5'

red 186 ◦ green 222 ◦ blue 229

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

Shades of Powder Blue #BADEE5

Tints of Powder Blue #BADEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 29.2%
G = 34.85%
B = 35.95%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BADEE5 (or 0xBADEE5) is known color: Powder Blue. HEX triplet: BA, DE and E5. RGB value is (186,222,229). Sum of RGB (Red+Green+Blue) = 186+222+229=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #BADEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE5 is #45211A. Grayscale: #D3D3D3. Windows color (decimal): -4530459 or 15064762. OLE color: 15064762.

HSL color Cylindrical-coordinate representation of color #BADEE5: hue angle of 189.77º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADEE5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 222 229 -
CMYK 0.19 0.03 0 0.10
HSL 189.77º 0.45% 0.81% -
HSV(B) 189.77º 0.19% 0.9% -
XYZ 60.51 68.34 84.13 -
YUV 212.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 186 222 229 0.19 0.03 0 0.10 189.77 0.45 0.81
Hex BA DE E5 13 3 0 A BE 2D 51
Octal 272 336 345 23 3 0 12 276 55 121
Binary 10111010 11011110 11100101 10011 11 0 1010 10111110 101101 1010001

Color Harmonies of #BADEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEE5

Black with #BADEE5

Text Example


Text Example

White with #BADEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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