Html Css Color HEX #BADADF Powder Blue

📋 copy color: '#BADADF'

red 186 ◦ green 218 ◦ blue 223

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

Shades of Powder Blue #BADADF

Tints of Powder Blue #BADADF

RGB

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

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

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

R = 29.67%
G = 34.77%
B = 35.57%

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

#BADADF (or 0xBADADF) is known color: Powder Blue. HEX triplet: BA, DA and DF. RGB value is (186,218,223). Sum of RGB (Red+Green+Blue) = 186+218+223=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #BADADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADADF is #452520. Grayscale: #D0D0D0. Windows color (decimal): -4531489 or 14670522. OLE color: 14670522.

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

Color convert

RGB 186 218 223 -
CMYK 0.17 0.02 0 0.13
HSL 188.11º 0.37% 0.8% -
HSV(B) 188.11º 0.17% 0.87% -
XYZ 58.64 65.91 79.44 -
YUV 209 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 186 218 223 0.17 0.02 0 0.13 188.11 0.37 0.8
Hex BA DA DF 11 2 0 D BC 25 50
Octal 272 332 337 21 2 0 15 274 45 120
Binary 10111010 11011010 11011111 10001 10 0 1101 10111100 100101 1010000

Color Harmonies of #BADADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADADF

Black with #BADADF

Text Example


Text Example

White with #BADADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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