Html Css Color HEX #BADDE6 Powder Blue

📋 copy color: '#BADDE6'

red 186 ◦ green 221 ◦ blue 230

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

Shades of Powder Blue #BADDE6

Tints of Powder Blue #BADDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.11%

R = 29.2%
G = 34.69%
B = 36.11%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BADDE6 (or 0xBADDE6) is known color: Powder Blue. HEX triplet: BA, DD and E6. RGB value is (186,221,230). Sum of RGB (Red+Green+Blue) = 186+221+230=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDE6 is #452219. Grayscale: #D3D3D3. Windows color (decimal): -4530714 or 15130042. OLE color: 15130042.

HSL color Cylindrical-coordinate representation of color #BADDE6: hue angle of 192.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADDE6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 221 230 -
CMYK 0.19 0.04 0 0.10
HSL 192.27º 0.47% 0.82% -
HSV(B) 192.27º 0.19% 0.9% -
XYZ 60.39 67.87 84.78 -
YUV 211.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 186 221 230 0.19 0.04 0 0.10 192.27 0.47 0.82
Hex BA DD E6 13 4 0 A C0 2F 52
Octal 272 335 346 23 4 0 12 300 57 122
Binary 10111010 11011101 11100110 10011 100 0 1010 11000000 101111 1010010

Color Harmonies of #BADDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDE6

Black with #BADDE6

Text Example


Text Example

White with #BADDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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