Html Css Color HEX #BADDDC Powder Blue

📋 copy color: '#BADDDC'

red 186 ◦ green 221 ◦ blue 220

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

Shades of Powder Blue #BADDDC

Tints of Powder Blue #BADDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

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

R = 29.67%
G = 35.25%
B = 35.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BADDDC (or 0xBADDDC) is known color: Powder Blue. HEX triplet: BA, DD and DC. RGB value is (186,221,220). Sum of RGB (Red+Green+Blue) = 186+221+220=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDDC is #452223. Grayscale: #D2D2D2. Windows color (decimal): -4530724 or 14474682. OLE color: 14474682.

HSL color Cylindrical-coordinate representation of color #BADDDC: hue angle of 178.29º degrees, saturation: 0.34, 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 #BADDDC is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 220 -
CMYK 0.16 0 0.00 0.13
HSL 178.29º 0.34% 0.8% -
HSV(B) 178.29º 0.16% 0.87% -
XYZ 59.02 67.32 77.59 -
YUV 210.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 186 221 220 0.16 0 0.00 0.13 178.29 0.34 0.8
Hex BA DD DC 10 0 0 D B2 22 50
Octal 272 335 334 20 0 0 15 262 42 120
Binary 10111010 11011101 11011100 10000 0 0 1101 10110010 100010 1010000

Color Harmonies of #BADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDDC

Black with #BADDDC

Text Example


Text Example

White with #BADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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