#BCEAE9

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

Shades of Pale Turquoise #BCEAE9

Tints of Pale Turquoise #BCEAE9

Color information

#BCEAE9 (or 0xBCEAE9) is unknown color: approx Pale Turquoise. HEX triplet: BC, EA and E9. RGB value is (188,234,233). Sum of RGB (Red+Green+Blue) = 188+234+233=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAE9 is #431516. Grayscale: #DCDCDC. Windows color (decimal): -4396311 or 15329980. OLE color: 15329980.

HSL color Cylindrical-coordinate representation of color #BCEAE9: hue angle of 178.7º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAE9 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB188234233-
CMYK0.2000.000.08
HSL178.7º52.27%82.75%-
HSV(B)178.7º19.66%91.76%-
XYZ64.8775.4288.23-
YUV220.13135.26105.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=28.70%
G=35.73%
B=35.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342330.2000.000.08178.752.2782.75
HexBCEAE914008b33453
Octal27435235124001026364123
Binary10111100111010101110100110100001000101100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAE9; }

 p { color: rgb(188,234,233); }

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

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

 a { background-color: rgb(188,234,233); }

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

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

 span { border-color: rgb(188,234,233); }

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