#BCECE8

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

Shades of Pale Turquoise #BCECE8

Tints of Pale Turquoise #BCECE8

Color information

#BCECE8 (or 0xBCECE8) is unknown color: approx Pale Turquoise. HEX triplet: BC, EC and E8. RGB value is (188,236,232). Sum of RGB (Red+Green+Blue) = 188+236+232=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECE8 is #431317. Grayscale: #DDDDDD. Windows color (decimal): -4395800 or 15264956. OLE color: 15264956.

HSL color Cylindrical-coordinate representation of color #BCECE8: hue angle of 175º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECE8 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB188236232-
CMYK0.2000.020.07
HSL175º55.81%83.14%-
HSV(B)175º20.34%92.55%-
XYZ65.376.5187.67-
YUV221.19134.1104.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=28.66%
G=35.98%
B=35.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362320.2000.020.0717555.8183.14
HexBCECE814027af3853
Octal2743543502402725770123
Binary10111100111011001110100010100010111101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECE8; }

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

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

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

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

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

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

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

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