Html Css Color HEX #BADDDD Powder Blue

📋 copy color: '#BADDDD'

red 186 ◦ green 221 ◦ blue 221

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

Shades of Powder Blue #BADDDD

Tints of Powder Blue #BADDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 29.62%
G = 35.19%
B = 35.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADDDD (or 0xBADDDD) is known color: Powder Blue. HEX triplet: BA, DD and DD. RGB value is (186,221,221). Sum of RGB (Red+Green+Blue) = 186+221+221=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #BADDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDDD is #452222. Grayscale: #D2D2D2. Windows color (decimal): -4530723 or 14540218. OLE color: 14540218.

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

Color convert

RGB 186 221 221 -
CMYK 0.16 0 0 0.13
HSL 180º 0.34% 0.8% -
HSV(B) 180º 0.16% 0.87% -
XYZ 59.16 67.37 78.29 -
YUV 210.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 186 221 221 0.16 0 0 0.13 180 0.34 0.8
Hex BA DD DD 10 0 0 D B4 22 50
Octal 272 335 335 20 0 0 15 264 42 120
Binary 10111010 11011101 11011101 10000 0 0 1101 10110100 100010 1010000

Color Harmonies of #BADDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDDD

Black with #BADDDD

Text Example


Text Example

White with #BADDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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