Html Css Color HEX #BAE8E5 Pale Turquoise

📋 copy color: '#BAE8E5'

red 186 ◦ green 232 ◦ blue 229

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

Shades of Pale Turquoise #BAE8E5

Tints of Pale Turquoise #BAE8E5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.86%

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

R = 28.75%
G = 35.86%
B = 35.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#BAE8E5 (or 0xBAE8E5) is known color: Pale Turquoise. HEX triplet: BA, E8 and E5. RGB value is (186,232,229). Sum of RGB (Red+Green+Blue) = 186+232+229=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8E5 is #45171A. Grayscale: #D9D9D9. Windows color (decimal): -4527899 or 15067322. OLE color: 15067322.

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

Color convert

RGB 186 232 229 -
CMYK 0.20 0 0.01 0.09
HSL 176.09º 0.5% 0.82% -
HSV(B) 176.09º 0.2% 0.91% -
XYZ 63.25 73.81 85.04 -
YUV 217.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 186 232 229 0.20 0 0.01 0.09 176.09 0.5 0.82
Hex BA E8 E5 14 0 1 9 B0 32 52
Octal 272 350 345 24 0 1 11 260 62 122
Binary 10111010 11101000 11100101 10100 0 1 1001 10110000 110010 1010010

Color Harmonies of #BAE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8E5

Black with #BAE8E5

Text Example


Text Example

White with #BAE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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