Html Css Color HEX #BAE4E3 Powder Blue

📋 copy color: '#BAE4E3'

red 186 ◦ green 228 ◦ blue 227

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

Shades of Powder Blue #BAE4E3

Tints of Powder Blue #BAE4E3

RGB

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

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

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

R = 29.02%
G = 35.57%
B = 35.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#BAE4E3 (or 0xBAE4E3) is known color: Powder Blue. HEX triplet: BA, E4 and E3. RGB value is (186,228,227). Sum of RGB (Red+Green+Blue) = 186+228+227=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4E3 is #451B1C. Grayscale: #D7D7D7. Windows color (decimal): -4528925 or 14935226. OLE color: 14935226.

HSL color Cylindrical-coordinate representation of color #BAE4E3: hue angle of 178.57º degrees, saturation: 0.44, 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 #BAE4E3 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 227 -
CMYK 0.18 0 0.00 0.11
HSL 178.57º 0.44% 0.81% -
HSV(B) 178.57º 0.18% 0.89% -
XYZ 61.86 71.47 83.21 -
YUV 215.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 186 228 227 0.18 0 0.00 0.11 178.57 0.44 0.81
Hex BA E4 E3 12 0 0 B B3 2C 51
Octal 272 344 343 22 0 0 13 263 54 121
Binary 10111010 11100100 11100011 10010 0 0 1011 10110011 101100 1010001

Color Harmonies of #BAE4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4E3

Black with #BAE4E3

Text Example


Text Example

White with #BAE4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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