Html Css Color HEX #BAE4E7 Powder Blue

📋 copy color: '#BAE4E7'

red 186 ◦ green 228 ◦ blue 231

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

Shades of Powder Blue #BAE4E7

Tints of Powder Blue #BAE4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.81%

R = 28.84%
G = 35.35%
B = 35.81%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAE4E7 (or 0xBAE4E7) is known color: Powder Blue. HEX triplet: BA, E4 and E7. RGB value is (186,228,231). Sum of RGB (Red+Green+Blue) = 186+228+231=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4E7 is #451B18. Grayscale: #D7D7D7. Windows color (decimal): -4528921 or 15197370. OLE color: 15197370.

HSL color Cylindrical-coordinate representation of color #BAE4E7: hue angle of 184º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE4E7 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 228 231 -
CMYK 0.19 0.01 0 0.09
HSL 184º 0.48% 0.82% -
HSV(B) 184º 0.19% 0.91% -
XYZ 62.42 71.7 86.15 -
YUV 215.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 186 228 231 0.19 0.01 0 0.09 184 0.48 0.82
Hex BA E4 E7 13 1 0 9 B8 30 52
Octal 272 344 347 23 1 0 11 270 60 122
Binary 10111010 11100100 11100111 10011 1 0 1001 10111000 110000 1010010

Color Harmonies of #BAE4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4E7

Black with #BAE4E7

Text Example


Text Example

White with #BAE4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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