#BAECEB

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

Shades of Pale Turquoise #BAECEB

Tints of Pale Turquoise #BAECEB

Color information

#BAECEB (or 0xBAECEB) is unknown color: approx Pale Turquoise. HEX triplet: BA, EC and EB. RGB value is (186,236,235). Sum of RGB (Red+Green+Blue) = 186+236+235=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECEB is #451314. Grayscale: #DCDCDC. Windows color (decimal): -4526869 or 15461562. OLE color: 15461562.

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

Color convert

RGB186236235-
CMYK0.2100.000.07
HSL178.8º56.82%82.75%-
HSV(B)178.8º21.19%92.55%-
XYZ65.2476.4389.91-
YUV220.94135.94103.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.31%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=28.31%
G=35.92%
B=35.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362350.2100.000.07178.856.8282.75
HexBAECEB15007b33953
Octal2723543532500726371123
Binary1011101011101100111010111010100111101100111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECEB; }

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

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

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

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

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

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

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

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