#BCEBE8

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

Shades of Pale Turquoise #BCEBE8

Tints of Pale Turquoise #BCEBE8

Color information

#BCEBE8 (or 0xBCEBE8) is unknown color: approx Pale Turquoise. HEX triplet: BC, EB and E8. RGB value is (188,235,232). Sum of RGB (Red+Green+Blue) = 188+235+232=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBE8 is #431417. Grayscale: #DCDCDC. Windows color (decimal): -4396056 or 15264700. OLE color: 15264700.

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

Color convert

RGB188235232-
CMYK0.200.010.08
HSL176.17º54.02%82.94%-
HSV(B)176.17º20%92.16%-
XYZ65.0175.9387.57-
YUV220.6134.43104.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=28.70%
G=35.88%
B=35.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882352320.200.010.08176.1754.0282.94
HexBCEBE814018b03653
Octal27435335024011026066123
Binary10111100111010111110100010100011000101100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBE8; }

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

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

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

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

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

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

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

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