Html Css Color HEX #BADCE1 Powder Blue

📋 copy color: '#BADCE1'

red 186 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #BADCE1

Tints of Powder Blue #BADCE1

RGB

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

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

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

R = 29.48%
G = 34.87%
B = 35.66%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BADCE1 (or 0xBADCE1) is known color: Powder Blue. HEX triplet: BA, DC and E1. RGB value is (186,220,225). Sum of RGB (Red+Green+Blue) = 186+220+225=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #BADCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCE1 is #45231E. Grayscale: #D2D2D2. Windows color (decimal): -4530975 or 14802106. OLE color: 14802106.

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

Color convert

RGB 186 220 225 -
CMYK 0.17 0.02 0 0.12
HSL 187.69º 0.39% 0.81% -
HSV(B) 187.69º 0.17% 0.88% -
XYZ 59.43 67.06 81.05 -
YUV 210.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 186 220 225 0.17 0.02 0 0.12 187.69 0.39 0.81
Hex BA DC E1 11 2 0 C BC 27 51
Octal 272 334 341 21 2 0 14 274 47 121
Binary 10111010 11011100 11100001 10001 10 0 1100 10111100 100111 1010001

Color Harmonies of #BADCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCE1

Black with #BADCE1

Text Example


Text Example

White with #BADCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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