Html Css Color HEX #BADCDE Powder Blue

📋 copy color: '#BADCDE'

red 186 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #BADCDE

Tints of Powder Blue #BADCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 29.62%
G = 35.03%
B = 35.35%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADCDE (or 0xBADCDE) is known color: Powder Blue. HEX triplet: BA, DC and DE. RGB value is (186,220,222). Sum of RGB (Red+Green+Blue) = 186+220+222=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #BADCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDE is #452321. Grayscale: #D2D2D2. Windows color (decimal): -4530978 or 14605498. OLE color: 14605498.

HSL color Cylindrical-coordinate representation of color #BADCDE: hue angle of 183.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADCDE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 220 222 -
CMYK 0.16 0.01 0 0.13
HSL 183.33º 0.35% 0.8% -
HSV(B) 183.33º 0.16% 0.87% -
XYZ 59.03 66.9 78.91 -
YUV 210.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 186 220 222 0.16 0.01 0 0.13 183.33 0.35 0.8
Hex BA DC DE 10 1 0 D B7 23 50
Octal 272 334 336 20 1 0 15 267 43 120
Binary 10111010 11011100 11011110 10000 1 0 1101 10110111 100011 1010000

Color Harmonies of #BADCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCDE

Black with #BADCDE

Text Example


Text Example

White with #BADCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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