Html Css Color HEX #BAE0E4 Powder Blue

📋 copy color: '#BAE0E4'

red 186 ◦ green 224 ◦ blue 228

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

Shades of Powder Blue #BAE0E4

Tints of Powder Blue #BAE0E4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.11%

 BLUE value IS 228 (89.45% from 255) = 35.74%

R = 29.15%
G = 35.11%
B = 35.74%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAE0E4 (or 0xBAE0E4) is known color: Powder Blue. HEX triplet: BA, E0 and E4. RGB value is (186,224,228). Sum of RGB (Red+Green+Blue) = 186+224+228=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAE0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0E4 is #451F1B. Grayscale: #D5D5D5. Windows color (decimal): -4529948 or 14999738. OLE color: 14999738.

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

Color convert

RGB 186 224 228 -
CMYK 0.18 0.02 0 0.11
HSL 185.71º 0.44% 0.81% -
HSV(B) 185.71º 0.18% 0.89% -
XYZ 60.91 69.35 83.57 -
YUV 213.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 186 224 228 0.18 0.02 0 0.11 185.71 0.44 0.81
Hex BA E0 E4 12 2 0 B BA 2C 51
Octal 272 340 344 22 2 0 13 272 54 121
Binary 10111010 11100000 11100100 10010 10 0 1011 10111010 101100 1010001

Color Harmonies of #BAE0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0E4

Black with #BAE0E4

Text Example


Text Example

White with #BAE0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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