Html Css Color HEX #BAE1E0 Powder Blue

📋 copy color: '#BAE1E0'

red 186 ◦ green 225 ◦ blue 224

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

Shades of Powder Blue #BAE1E0

Tints of Powder Blue #BAE1E0

RGB

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

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

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

R = 29.29%
G = 35.43%
B = 35.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#BAE1E0 (or 0xBAE1E0) is known color: Powder Blue. HEX triplet: BA, E1 and E0. RGB value is (186,225,224). Sum of RGB (Red+Green+Blue) = 186+225+224=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1E0 is #451E1F. Grayscale: #D5D5D5. Windows color (decimal): -4529696 or 14737850. OLE color: 14737850.

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

Color convert

RGB 186 225 224 -
CMYK 0.17 0 0.00 0.12
HSL 178.46º 0.39% 0.81% -
HSV(B) 178.46º 0.17% 0.88% -
XYZ 60.63 69.67 80.77 -
YUV 213.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 186 225 224 0.17 0 0.00 0.12 178.46 0.39 0.81
Hex BA E1 E0 11 0 0 C B2 27 51
Octal 272 341 340 21 0 0 14 262 47 121
Binary 10111010 11100001 11100000 10001 0 0 1100 10110010 100111 1010001

Color Harmonies of #BAE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1E0

Black with #BAE1E0

Text Example


Text Example

White with #BAE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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