Html Css Color HEX #BADBDC Powder Blue

📋 copy color: '#BADBDC'

red 186 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #BADBDC

Tints of Powder Blue #BADBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.04%

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 29.76%
G = 35.04%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BADBDC (or 0xBADBDC) is known color: Powder Blue. HEX triplet: BA, DB and DC. RGB value is (186,219,220). Sum of RGB (Red+Green+Blue) = 186+219+220=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #BADBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBDC is #452423. Grayscale: #D1D1D1. Windows color (decimal): -4531236 or 14474170. OLE color: 14474170.

HSL color Cylindrical-coordinate representation of color #BADBDC: hue angle of 181.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADBDC is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 220 -
CMYK 0.15 0.00 0 0.14
HSL 181.76º 0.33% 0.8% -
HSV(B) 181.76º 0.15% 0.86% -
XYZ 58.5 66.27 77.42 -
YUV 209.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 186 219 220 0.15 0.00 0 0.14 181.76 0.33 0.8
Hex BA DB DC F 0 0 E B6 21 50
Octal 272 333 334 17 0 0 16 266 41 120
Binary 10111010 11011011 11011100 1111 0 0 1110 10110110 100001 1010000

Color Harmonies of #BADBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBDC

Black with #BADBDC

Text Example


Text Example

White with #BADBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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