Html Css Color HEX #BADEE1 Powder Blue

📋 copy color: '#BADEE1'

red 186 ◦ green 222 ◦ blue 225

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

Shades of Powder Blue #BADEE1

Tints of Powder Blue #BADEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.55%

R = 29.38%
G = 35.07%
B = 35.55%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BADEE1 (or 0xBADEE1) is known color: Powder Blue. HEX triplet: BA, DE and E1. RGB value is (186,222,225). Sum of RGB (Red+Green+Blue) = 186+222+225=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE1 is #45211E. Grayscale: #D3D3D3. Windows color (decimal): -4530463 or 14802618. OLE color: 14802618.

HSL color Cylindrical-coordinate representation of color #BADEE1: hue angle of 184.62º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADEE1 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 222 225 -
CMYK 0.17 0.01 0 0.12
HSL 184.62º 0.39% 0.81% -
HSV(B) 184.62º 0.17% 0.88% -
XYZ 59.96 68.12 81.22 -
YUV 211.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 186 222 225 0.17 0.01 0 0.12 184.62 0.39 0.81
Hex BA DE E1 11 1 0 C B9 27 51
Octal 272 336 341 21 1 0 14 271 47 121
Binary 10111010 11011110 11100001 10001 1 0 1100 10111001 100111 1010001

Color Harmonies of #BADEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEE1

Black with #BADEE1

Text Example


Text Example

White with #BADEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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