Html Css Color HEX #BADEE3 Powder Blue

📋 copy color: '#BADEE3'

red 186 ◦ green 222 ◦ blue 227

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

Shades of Powder Blue #BADEE3

Tints of Powder Blue #BADEE3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

 BLUE value IS 227 (89.06% from 255) = 35.75%

R = 29.29%
G = 34.96%
B = 35.75%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BADEE3 (or 0xBADEE3) is known color: Powder Blue. HEX triplet: BA, DE and E3. RGB value is (186,222,227). Sum of RGB (Red+Green+Blue) = 186+222+227=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #BADEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEE3 is #45211C. Grayscale: #D3D3D3. Windows color (decimal): -4530461 or 14933690. OLE color: 14933690.

HSL color Cylindrical-coordinate representation of color #BADEE3: hue angle of 187.32º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADEE3 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 222 227 -
CMYK 0.18 0.02 0 0.11
HSL 187.32º 0.42% 0.81% -
HSV(B) 187.32º 0.18% 0.89% -
XYZ 60.24 68.23 82.67 -
YUV 211.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 186 222 227 0.18 0.02 0 0.11 187.32 0.42 0.81
Hex BA DE E3 12 2 0 B BB 2A 51
Octal 272 336 343 22 2 0 13 273 52 121
Binary 10111010 11011110 11100011 10010 10 0 1011 10111011 101010 1010001

Color Harmonies of #BADEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEE3

Black with #BADEE3

Text Example


Text Example

White with #BADEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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