Html Css Color HEX #BADFE6 Powder Blue

📋 copy color: '#BADFE6'

red 186 ◦ green 223 ◦ blue 230

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

Shades of Powder Blue #BADFE6

Tints of Powder Blue #BADFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 29.11%
G = 34.9%
B = 35.99%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BADFE6 (or 0xBADFE6) is known color: Powder Blue. HEX triplet: BA, DF and E6. RGB value is (186,223,230). Sum of RGB (Red+Green+Blue) = 186+223+230=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFE6 is #452019. Grayscale: #D4D4D4. Windows color (decimal): -4530202 or 15130554. OLE color: 15130554.

HSL color Cylindrical-coordinate representation of color #BADFE6: hue angle of 189.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADFE6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 223 230 -
CMYK 0.19 0.03 0 0.10
HSL 189.55º 0.47% 0.82% -
HSV(B) 189.55º 0.19% 0.9% -
XYZ 60.92 68.93 84.96 -
YUV 212.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 186 223 230 0.19 0.03 0 0.10 189.55 0.47 0.82
Hex BA DF E6 13 3 0 A BE 2F 52
Octal 272 337 346 23 3 0 12 276 57 122
Binary 10111010 11011111 11100110 10011 11 0 1010 10111110 101111 1010010

Color Harmonies of #BADFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFE6

Black with #BADFE6

Text Example


Text Example

White with #BADFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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