Html Css Color HEX #BAD8DE Powder Blue

📋 copy color: '#BAD8DE'

red 186 ◦ green 216 ◦ blue 222

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

Shades of Powder Blue #BAD8DE

Tints of Powder Blue #BAD8DE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.62%

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

R = 29.81%
G = 34.62%
B = 35.58%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAD8DE (or 0xBAD8DE) is known color: Powder Blue. HEX triplet: BA, D8 and DE. RGB value is (186,216,222). Sum of RGB (Red+Green+Blue) = 186+216+222=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8DE is #452721. Grayscale: #CFCFCF. Windows color (decimal): -4532002 or 14604474. OLE color: 14604474.

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

Color convert

RGB 186 216 222 -
CMYK 0.16 0.03 0 0.13
HSL 190º 0.35% 0.8% -
HSV(B) 190º 0.16% 0.87% -
XYZ 57.99 64.82 78.56 -
YUV 207.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 186 216 222 0.16 0.03 0 0.13 190 0.35 0.8
Hex BA D8 DE 10 3 0 D BE 23 50
Octal 272 330 336 20 3 0 15 276 43 120
Binary 10111010 11011000 11011110 10000 11 0 1101 10111110 100011 1010000

Color Harmonies of #BAD8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD8DE

Black with #BAD8DE

Text Example


Text Example

White with #BAD8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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