Html Css Color HEX #BADBDF Powder Blue

📋 copy color: '#BADBDF'

red 186 ◦ green 219 ◦ blue 223

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

Shades of Powder Blue #BADBDF

Tints of Powder Blue #BADBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 29.62%
G = 34.87%
B = 35.51%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADBDF (or 0xBADBDF) is known color: Powder Blue. HEX triplet: BA, DB and DF. RGB value is (186,219,223). Sum of RGB (Red+Green+Blue) = 186+219+223=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BADBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBDF is #452420. Grayscale: #D1D1D1. Windows color (decimal): -4531233 or 14670778. OLE color: 14670778.

HSL color Cylindrical-coordinate representation of color #BADBDF: hue angle of 186.49º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADBDF is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 219 223 -
CMYK 0.17 0.02 0 0.13
HSL 186.49º 0.37% 0.8% -
HSV(B) 186.49º 0.17% 0.87% -
XYZ 58.9 66.43 79.53 -
YUV 209.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 186 219 223 0.17 0.02 0 0.13 186.49 0.37 0.8
Hex BA DB DF 11 2 0 D BA 25 50
Octal 272 333 337 21 2 0 15 272 45 120
Binary 10111010 11011011 11011111 10001 10 0 1101 10111010 100101 1010000

Color Harmonies of #BADBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBDF

Black with #BADBDF

Text Example


Text Example

White with #BADBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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