#BAECED

Color #BAECED Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BAECED

Tints of Pale Turquoise #BAECED

Color information

#BAECED (or 0xBAECED) is unknown color: approx Pale Turquoise. HEX triplet: BA, EC and ED. RGB value is (186,236,237). Sum of RGB (Red+Green+Blue) = 186+236+237=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECED is #451312. Grayscale: #DDDDDD. Windows color (decimal): -4526867 or 15592634. OLE color: 15592634.

HSL color Cylindrical-coordinate representation of color #BAECED: hue angle of 181.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAECED is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186236237-
CMYK0.220.0000.07
HSL181.18º58.62%82.94%-
HSV(B)181.18º21.52%92.94%-
XYZ65.5376.5491.44-
YUV221.16136.94102.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=28.22%
G=35.81%
B=35.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362370.220.0000.07181.1858.6282.94
HexBAECED16007b53b53
Octal2723543552600726573123
Binary1011101011101100111011011011000111101101011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECED; }

 p { color: rgb(186,236,237); }

 H1.HeaderClassName
 {
   color: #BAECED;
 }
 .AnyTagClassName
 {
   color: #BAECED;
 }
</style>
background-color css

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

 a { background-color: rgb(186,236,237); }

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

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

 span { border-color: rgb(186,236,237); }

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