Html Css Color HEX #BADFE0 Powder Blue

📋 copy color: '#BADFE0'

red 186 ◦ green 223 ◦ blue 224

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

Shades of Powder Blue #BADFE0

Tints of Powder Blue #BADFE0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

 BLUE value IS 224 (87.89% from 255) = 35.39%

R = 29.38%
G = 35.23%
B = 35.39%

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BADFE0 (or 0xBADFE0) is known color: Powder Blue. HEX triplet: BA, DF and E0. RGB value is (186,223,224). Sum of RGB (Red+Green+Blue) = 186+223+224=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFE0 is #45201F. Grayscale: #D4D4D4. Windows color (decimal): -4530208 or 14737338. OLE color: 14737338.

HSL color Cylindrical-coordinate representation of color #BADFE0: hue angle of 181.58º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFE0 is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 223 224 -
CMYK 0.17 0.00 0 0.12
HSL 181.58º 0.38% 0.8% -
HSV(B) 181.58º 0.17% 0.88% -
XYZ 60.09 68.6 80.59 -
YUV 212.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 186 223 224 0.17 0.00 0 0.12 181.58 0.38 0.8
Hex BA DF E0 11 0 0 C B6 26 50
Octal 272 337 340 21 0 0 14 266 46 120
Binary 10111010 11011111 11100000 10001 0 0 1100 10110110 100110 1010000

Color Harmonies of #BADFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFE0

Black with #BADFE0

Text Example


Text Example

White with #BADFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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