Html Css Color HEX #BADBDE Powder Blue

📋 copy color: '#BADBDE'

red 186 ◦ green 219 ◦ blue 222

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

Shades of Powder Blue #BADBDE

Tints of Powder Blue #BADBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.93%

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

R = 29.67%
G = 34.93%
B = 35.41%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADBDE (or 0xBADBDE) is known color: Powder Blue. HEX triplet: BA, DB and DE. RGB value is (186,219,222). Sum of RGB (Red+Green+Blue) = 186+219+222=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #BADBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBDE is #452421. Grayscale: #D1D1D1. Windows color (decimal): -4531234 or 14605242. OLE color: 14605242.

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

Color convert

RGB 186 219 222 -
CMYK 0.16 0.01 0 0.13
HSL 185º 0.35% 0.8% -
HSV(B) 185º 0.16% 0.87% -
XYZ 58.77 66.38 78.82 -
YUV 209.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 186 219 222 0.16 0.01 0 0.13 185 0.35 0.8
Hex BA DB DE 10 1 0 D B9 23 50
Octal 272 333 336 20 1 0 15 271 43 120
Binary 10111010 11011011 11011110 10000 1 0 1101 10111001 100011 1010000

Color Harmonies of #BADBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBDE

Black with #BADBDE

Text Example


Text Example

White with #BADBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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