Html Css Color HEX #BADBE0 Powder Blue

📋 copy color: '#BADBE0'

red 186 ◦ green 219 ◦ blue 224

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

Shades of Powder Blue #BADBE0

Tints of Powder Blue #BADBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.82%

 BLUE value IS 224 (87.89% from 255) = 35.61%

R = 29.57%
G = 34.82%
B = 35.61%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BADBE0 (or 0xBADBE0) is known color: Powder Blue. HEX triplet: BA, DB and E0. RGB value is (186,219,224). Sum of RGB (Red+Green+Blue) = 186+219+224=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #BADBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE0 is #45241F. Grayscale: #D1D1D1. Windows color (decimal): -4531232 or 14736314. OLE color: 14736314.

HSL color Cylindrical-coordinate representation of color #BADBE0: hue angle of 187.89º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADBE0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 219 224 -
CMYK 0.17 0.02 0 0.12
HSL 187.89º 0.38% 0.8% -
HSV(B) 187.89º 0.17% 0.88% -
XYZ 59.04 66.48 80.24 -
YUV 209.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 186 219 224 0.17 0.02 0 0.12 187.89 0.38 0.8
Hex BA DB E0 11 2 0 C BC 26 50
Octal 272 333 340 21 2 0 14 274 46 120
Binary 10111010 11011011 11100000 10001 10 0 1100 10111100 100110 1010000

Color Harmonies of #BADBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBE0

Black with #BADBE0

Text Example


Text Example

White with #BADBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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