Html Css Color HEX #BAE4E5 Powder Blue

📋 copy color: '#BAE4E5'

red 186 ◦ green 228 ◦ blue 229

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

Shades of Powder Blue #BAE4E5

Tints of Powder Blue #BAE4E5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.46%

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

R = 28.93%
G = 35.46%
B = 35.61%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAE4E5 (or 0xBAE4E5) is known color: Powder Blue. HEX triplet: BA, E4 and E5. RGB value is (186,228,229). Sum of RGB (Red+Green+Blue) = 186+228+229=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAE4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4E5 is #451B1A. Grayscale: #D7D7D7. Windows color (decimal): -4528923 or 15066298. OLE color: 15066298.

HSL color Cylindrical-coordinate representation of color #BAE4E5: hue angle of 181.4º 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 #BAE4E5 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 228 229 -
CMYK 0.19 0.00 0 0.10
HSL 181.4º 0.45% 0.81% -
HSV(B) 181.4º 0.19% 0.9% -
XYZ 62.14 71.58 84.67 -
YUV 215.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 186 228 229 0.19 0.00 0 0.10 181.4 0.45 0.81
Hex BA E4 E5 13 0 0 A B5 2D 51
Octal 272 344 345 23 0 0 12 265 55 121
Binary 10111010 11100100 11100101 10011 0 0 1010 10110101 101101 1010001

Color Harmonies of #BAE4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4E5

Black with #BAE4E5

Text Example


Text Example

White with #BAE4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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