Html Css Color HEX #BAE1E5 Powder Blue

📋 copy color: '#BAE1E5'

red 186 ◦ green 225 ◦ blue 229

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

Shades of Powder Blue #BAE1E5

Tints of Powder Blue #BAE1E5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.16%

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 29.06%
G = 35.16%
B = 35.78%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAE1E5 (or 0xBAE1E5) is known color: Powder Blue. HEX triplet: BA, E1 and E5. RGB value is (186,225,229). Sum of RGB (Red+Green+Blue) = 186+225+229=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1E5 is #451E1A. Grayscale: #D5D5D5. Windows color (decimal): -4529691 or 15065530. OLE color: 15065530.

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

Color convert

RGB 186 225 229 -
CMYK 0.19 0.02 0 0.10
HSL 185.58º 0.45% 0.81% -
HSV(B) 185.58º 0.19% 0.9% -
XYZ 61.32 69.95 84.4 -
YUV 213.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 186 225 229 0.19 0.02 0 0.10 185.58 0.45 0.81
Hex BA E1 E5 13 2 0 A BA 2D 51
Octal 272 341 345 23 2 0 12 272 55 121
Binary 10111010 11100001 11100101 10011 10 0 1010 10111010 101101 1010001

Color Harmonies of #BAE1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1E5

Black with #BAE1E5

Text Example


Text Example

White with #BAE1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1E5; }

 p { color: rgb(186,225,229); }

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

background-color css

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

 a { background-color: rgb(186,225,229); }

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

border-color css

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

 span { border-color: rgb(186,225,229); }

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