Html Css Color HEX #BAE8E7 Pale Turquoise

📋 copy color: '#BAE8E7'

red 186 ◦ green 232 ◦ blue 231

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

Shades of Pale Turquoise #BAE8E7

Tints of Pale Turquoise #BAE8E7

RGB

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

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

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

R = 28.66%
G = 35.75%
B = 35.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#BAE8E7 (or 0xBAE8E7) is known color: Pale Turquoise. HEX triplet: BA, E8 and E7. RGB value is (186,232,231). Sum of RGB (Red+Green+Blue) = 186+232+231=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8E7 is #451718. Grayscale: #DADADA. Windows color (decimal): -4527897 or 15198394. OLE color: 15198394.

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

Color convert

RGB 186 232 231 -
CMYK 0.20 0 0.00 0.09
HSL 178.7º 0.5% 0.82% -
HSV(B) 178.7º 0.2% 0.91% -
XYZ 63.53 73.92 86.52 -
YUV 218.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 186 232 231 0.20 0 0.00 0.09 178.7 0.5 0.82
Hex BA E8 E7 14 0 0 9 B3 32 52
Octal 272 350 347 24 0 0 11 263 62 122
Binary 10111010 11101000 11100111 10100 0 0 1001 10110011 110010 1010010

Color Harmonies of #BAE8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE8E7

Black with #BAE8E7

Text Example


Text Example

White with #BAE8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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