#BCEBEA

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

Shades of Pale Turquoise #BCEBEA

Tints of Pale Turquoise #BCEBEA

Color information

#BCEBEA (or 0xBCEBEA) is unknown color: approx Pale Turquoise. HEX triplet: BC, EB and EA. RGB value is (188,235,234). Sum of RGB (Red+Green+Blue) = 188+235+234=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBEA is #431415. Grayscale: #DCDCDC. Windows color (decimal): -4396054 or 15395772. OLE color: 15395772.

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

Color convert

RGB188235234-
CMYK0.200.000.08
HSL178.72º54.02%82.94%-
HSV(B)178.72º20%92.16%-
XYZ65.376.0589.08-
YUV220.83135.43104.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=28.61%
G=35.77%
B=35.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352340.200.000.08178.7254.0282.94
HexBCEBEA14008b33653
Octal27435335224001026366123
Binary10111100111010111110101010100001000101100111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBEA; }

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

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

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

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

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

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

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

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