Html Css Color HEX #BADADE Powder Blue

📋 copy color: '#BADADE'

red 186 ◦ green 218 ◦ blue 222

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

Shades of Powder Blue #BADADE

Tints of Powder Blue #BADADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 29.71%
G = 34.82%
B = 35.46%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADADE (or 0xBADADE) is known color: Powder Blue. HEX triplet: BA, DA and DE. RGB value is (186,218,222). Sum of RGB (Red+Green+Blue) = 186+218+222=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #BADADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADADE is #452521. Grayscale: #D0D0D0. Windows color (decimal): -4531490 or 14604986. OLE color: 14604986.

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

Color convert

RGB 186 218 222 -
CMYK 0.16 0.02 0 0.13
HSL 186.67º 0.35% 0.8% -
HSV(B) 186.67º 0.16% 0.87% -
XYZ 58.51 65.86 78.74 -
YUV 208.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 186 218 222 0.16 0.02 0 0.13 186.67 0.35 0.8
Hex BA DA DE 10 2 0 D BB 23 50
Octal 272 332 336 20 2 0 15 273 43 120
Binary 10111010 11011010 11011110 10000 10 0 1101 10111011 100011 1010000

Color Harmonies of #BADADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADADE

Black with #BADADE

Text Example


Text Example

White with #BADADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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