Html Css Color HEX #BAE9E5 Pale Turquoise

📋 copy color: '#BAE9E5'

red 186 ◦ green 233 ◦ blue 229

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

Shades of Pale Turquoise #BAE9E5

Tints of Pale Turquoise #BAE9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.96%

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

R = 28.7%
G = 35.96%
B = 35.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#BAE9E5 (or 0xBAE9E5) is known color: Pale Turquoise. HEX triplet: BA, E9 and E5. RGB value is (186,233,229). Sum of RGB (Red+Green+Blue) = 186+233+229=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9E5 is #45161A. Grayscale: #DADADA. Windows color (decimal): -4527643 or 15067578. OLE color: 15067578.

HSL color Cylindrical-coordinate representation of color #BAE9E5: hue angle of 174.89º degrees, saturation: 0.52, 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 #BAE9E5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 229 -
CMYK 0.20 0 0.02 0.09
HSL 174.89º 0.52% 0.82% -
HSV(B) 174.89º 0.2% 0.91% -
XYZ 63.53 74.37 85.14 -
YUV 218.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 186 233 229 0.20 0 0.02 0.09 174.89 0.52 0.82
Hex BA E9 E5 14 0 2 9 AF 34 52
Octal 272 351 345 24 0 2 11 257 64 122
Binary 10111010 11101001 11100101 10100 0 10 1001 10101111 110100 1010010

Color Harmonies of #BAE9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9E5

Black with #BAE9E5

Text Example


Text Example

White with #BAE9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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