Html Css Color HEX #BAE7E6 Pale Turquoise

📋 copy color: '#BAE7E6'

red 186 ◦ green 231 ◦ blue 230

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

Shades of Pale Turquoise #BAE7E6

Tints of Pale Turquoise #BAE7E6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.7%

 BLUE value IS 230 (90.23% from 255) = 35.55%

R = 28.75%
G = 35.7%
B = 35.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#BAE7E6 (or 0xBAE7E6) is known color: Pale Turquoise. HEX triplet: BA, E7 and E6. RGB value is (186,231,230). Sum of RGB (Red+Green+Blue) = 186+231+230=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7E6 is #451819. Grayscale: #D9D9D9. Windows color (decimal): -4528154 or 15132602. OLE color: 15132602.

HSL color Cylindrical-coordinate representation of color #BAE7E6: hue angle of 178.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7E6 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 230 -
CMYK 0.19 0 0.00 0.09
HSL 178.67º 0.48% 0.82% -
HSV(B) 178.67º 0.19% 0.91% -
XYZ 63.11 73.3 85.69 -
YUV 217.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 186 231 230 0.19 0 0.00 0.09 178.67 0.48 0.82
Hex BA E7 E6 13 0 0 9 B3 30 52
Octal 272 347 346 23 0 0 11 263 60 122
Binary 10111010 11100111 11100110 10011 0 0 1001 10110011 110000 1010010

Color Harmonies of #BAE7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE7E6

Black with #BAE7E6

Text Example


Text Example

White with #BAE7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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