Html Css Color HEX #BAE9E7 Pale Turquoise

📋 copy color: '#BAE9E7'

red 186 ◦ green 233 ◦ blue 231

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

Shades of Pale Turquoise #BAE9E7

Tints of Pale Turquoise #BAE9E7

RGB

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

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

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

R = 28.62%
G = 35.85%
B = 35.54%

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

#BAE9E7 (or 0xBAE9E7) is known color: Pale Turquoise. HEX triplet: BA, E9 and E7. RGB value is (186,233,231). Sum of RGB (Red+Green+Blue) = 186+233+231=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9E7 is #451618. Grayscale: #DADADA. Windows color (decimal): -4527641 or 15198650. OLE color: 15198650.

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

Color convert

RGB 186 233 231 -
CMYK 0.20 0 0.01 0.09
HSL 177.45º 0.52% 0.82% -
HSV(B) 177.45º 0.2% 0.91% -
XYZ 63.81 74.49 86.62 -
YUV 218.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 186 233 231 0.20 0 0.01 0.09 177.45 0.52 0.82
Hex BA E9 E7 14 0 1 9 B1 34 52
Octal 272 351 347 24 0 1 11 261 64 122
Binary 10111010 11101001 11100111 10100 0 1 1001 10110001 110100 1010010

Color Harmonies of #BAE9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9E7

Black with #BAE9E7

Text Example


Text Example

White with #BAE9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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