Html Css Color HEX #BADEDE Powder Blue

📋 copy color: '#BADEDE'

red 186 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #BADEDE

Tints of Powder Blue #BADEDE

RGB

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

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

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

R = 29.52%
G = 35.24%
B = 35.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADEDE (or 0xBADEDE) is known color: Powder Blue. HEX triplet: BA, DE and DE. RGB value is (186,222,222). Sum of RGB (Red+Green+Blue) = 186+222+222=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #BADEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEDE is #452121. Grayscale: #D3D3D3. Windows color (decimal): -4530466 or 14606010. OLE color: 14606010.

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

Color convert

RGB 186 222 222 -
CMYK 0.16 0 0 0.13
HSL 180º 0.35% 0.8% -
HSV(B) 180º 0.16% 0.87% -
XYZ 59.56 67.96 79.09 -
YUV 211.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 186 222 222 0.16 0 0 0.13 180 0.35 0.8
Hex BA DE DE 10 0 0 D B4 23 50
Octal 272 336 336 20 0 0 15 264 43 120
Binary 10111010 11011110 11011110 10000 0 0 1101 10110100 100011 1010000

Color Harmonies of #BADEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEDE

Black with #BADEDE

Text Example


Text Example

White with #BADEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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