Html Css Color HEX #BAE9E8 Pale Turquoise

📋 copy color: '#BAE9E8'

red 186 ◦ green 233 ◦ blue 232

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

Shades of Pale Turquoise #BAE9E8

Tints of Pale Turquoise #BAE9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.64%

R = 28.57%
G = 35.79%
B = 35.64%

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

#BAE9E8 (or 0xBAE9E8) is known color: Pale Turquoise. HEX triplet: BA, E9 and E8. RGB value is (186,233,232). Sum of RGB (Red+Green+Blue) = 186+233+232=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9E8 is #451617. Grayscale: #DADADA. Windows color (decimal): -4527640 or 15264186. OLE color: 15264186.

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

Color convert

RGB 186 233 232 -
CMYK 0.20 0 0.00 0.09
HSL 178.72º 0.52% 0.82% -
HSV(B) 178.72º 0.2% 0.91% -
XYZ 63.95 74.54 87.36 -
YUV 218.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 186 233 232 0.20 0 0.00 0.09 178.72 0.52 0.82
Hex BA E9 E8 14 0 0 9 B3 34 52
Octal 272 351 350 24 0 0 11 263 64 122
Binary 10111010 11101001 11101000 10100 0 0 1001 10110011 110100 1010010

Color Harmonies of #BAE9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9E8

Black with #BAE9E8

Text Example


Text Example

White with #BAE9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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