Html Css Color HEX #BADFE1 Powder Blue

📋 copy color: '#BADFE1'

red 186 ◦ green 223 ◦ blue 225

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

Shades of Powder Blue #BADFE1

Tints of Powder Blue #BADFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.49%

R = 29.34%
G = 35.17%
B = 35.49%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BADFE1 (or 0xBADFE1) is known color: Powder Blue. HEX triplet: BA, DF and E1. RGB value is (186,223,225). Sum of RGB (Red+Green+Blue) = 186+223+225=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFE1 is #45201E. Grayscale: #D4D4D4. Windows color (decimal): -4530207 or 14802874. OLE color: 14802874.

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

Color convert

RGB 186 223 225 -
CMYK 0.17 0.01 0 0.12
HSL 183.08º 0.39% 0.81% -
HSV(B) 183.08º 0.17% 0.88% -
XYZ 60.23 68.65 81.31 -
YUV 212.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 186 223 225 0.17 0.01 0 0.12 183.08 0.39 0.81
Hex BA DF E1 11 1 0 C B7 27 51
Octal 272 337 341 21 1 0 14 267 47 121
Binary 10111010 11011111 11100001 10001 1 0 1100 10110111 100111 1010001

Color Harmonies of #BADFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFE1

Black with #BADFE1

Text Example


Text Example

White with #BADFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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