Html Css Color HEX #BADEE7 Powder Blue

📋 copy color: '#BADEE7'

red 186 ◦ green 222 ◦ blue 231

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

Shades of Powder Blue #BADEE7

Tints of Powder Blue #BADEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 29.11%
G = 34.74%
B = 36.15%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BADEE7 (or 0xBADEE7) is known color: Powder Blue. HEX triplet: BA, DE and E7. RGB value is (186,222,231). Sum of RGB (Red+Green+Blue) = 186+222+231=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #BADEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEE7 is #452118. Grayscale: #D4D4D4. Windows color (decimal): -4530457 or 15195834. OLE color: 15195834.

HSL color Cylindrical-coordinate representation of color #BADEE7: hue angle of 192º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADEE7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 222 231 -
CMYK 0.19 0.04 0 0.09
HSL 192º 0.48% 0.82% -
HSV(B) 192º 0.19% 0.91% -
XYZ 60.79 68.45 85.61 -
YUV 212.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 186 222 231 0.19 0.04 0 0.09 192 0.48 0.82
Hex BA DE E7 13 4 0 9 C0 30 52
Octal 272 336 347 23 4 0 11 300 60 122
Binary 10111010 11011110 11100111 10011 100 0 1001 11000000 110000 1010010

Color Harmonies of #BADEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEE7

Black with #BADEE7

Text Example


Text Example

White with #BADEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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