Html Css Color HEX #BADADB Powder Blue

📋 copy color: '#BADADB'

red 186 ◦ green 218 ◦ blue 219

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

Shades of Powder Blue #BADADB

Tints of Powder Blue #BADADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.99%

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 29.86%
G = 34.99%
B = 35.15%

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

#BADADB (or 0xBADADB) is known color: Powder Blue. HEX triplet: BA, DA and DB. RGB value is (186,218,219). Sum of RGB (Red+Green+Blue) = 186+218+219=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BADADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADADB is #452524. Grayscale: #D0D0D0. Windows color (decimal): -4531493 or 14408378. OLE color: 14408378.

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

Color convert

RGB 186 218 219 -
CMYK 0.15 0.00 0 0.14
HSL 181.82º 0.31% 0.79% -
HSV(B) 181.82º 0.15% 0.86% -
XYZ 58.11 65.7 76.64 -
YUV 208.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 186 218 219 0.15 0.00 0 0.14 181.82 0.31 0.79
Hex BA DA DB F 0 0 E B6 1F 4F
Octal 272 332 333 17 0 0 16 266 37 117
Binary 10111010 11011010 11011011 1111 0 0 1110 10110110 11111 1001111

Color Harmonies of #BADADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADADB

Black with #BADADB

Text Example


Text Example

White with #BADADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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