#BCECED

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

Shades of Pale Turquoise #BCECED

Tints of Pale Turquoise #BCECED

Color information

#BCECED (or 0xBCECED) is unknown color: approx Pale Turquoise. HEX triplet: BC, EC and ED. RGB value is (188,236,237). Sum of RGB (Red+Green+Blue) = 188+236+237=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECED is #431312. Grayscale: #DDDDDD. Windows color (decimal): -4395795 or 15592636. OLE color: 15592636.

HSL color Cylindrical-coordinate representation of color #BCECED: hue angle of 181.22º degrees, saturation: 0.58, 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 #BCECED is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188236237-
CMYK0.210.0000.07
HSL181.22º57.65%83.33%-
HSV(B)181.22º20.68%92.94%-
XYZ66.0276.891.46-
YUV221.76136.6103.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.44%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=28.44%
G=35.70%
B=35.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362370.210.0000.07181.2257.6583.33
HexBCECED15007b53a53
Octal2743543552500726572123
Binary1011110011101100111011011010100111101101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECED; }

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

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

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

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

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

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

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

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