Html Css Color HEX #BADCE5 Powder Blue

📋 copy color: '#BADCE5'

red 186 ◦ green 220 ◦ blue 229

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

Shades of Powder Blue #BADCE5

Tints of Powder Blue #BADCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.65%

 BLUE value IS 229 (89.84% from 255) = 36.06%

R = 29.29%
G = 34.65%
B = 36.06%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BADCE5 (or 0xBADCE5) is known color: Powder Blue. HEX triplet: BA, DC and E5. RGB value is (186,220,229). Sum of RGB (Red+Green+Blue) = 186+220+229=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #BADCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCE5 is #45231A. Grayscale: #D2D2D2. Windows color (decimal): -4530971 or 15064250. OLE color: 15064250.

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

Color convert

RGB 186 220 229 -
CMYK 0.19 0.04 0 0.10
HSL 192.56º 0.45% 0.81% -
HSV(B) 192.56º 0.19% 0.9% -
XYZ 59.99 67.28 83.95 -
YUV 210.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 186 220 229 0.19 0.04 0 0.10 192.56 0.45 0.81
Hex BA DC E5 13 4 0 A C1 2D 51
Octal 272 334 345 23 4 0 12 301 55 121
Binary 10111010 11011100 11100101 10011 100 0 1010 11000001 101101 1010001

Color Harmonies of #BADCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCE5

Black with #BADCE5

Text Example


Text Example

White with #BADCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCE5; }

 p { color: rgb(186,220,229); }

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

background-color css

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

 a { background-color: rgb(186,220,229); }

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

border-color css

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

 span { border-color: rgb(186,220,229); }

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