#BBECE8

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

Shades of Pale Turquoise #BBECE8

Tints of Pale Turquoise #BBECE8

Color information

#BBECE8 (or 0xBBECE8) is unknown color: approx Pale Turquoise. HEX triplet: BB, EC and E8. RGB value is (187,236,232). Sum of RGB (Red+Green+Blue) = 187+236+232=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECE8 is #441317. Grayscale: #DCDCDC. Windows color (decimal): -4461336 or 15264955. OLE color: 15264955.

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

Color convert

RGB187236232-
CMYK0.2100.020.07
HSL175.1º56.32%82.94%-
HSV(B)175.1º20.76%92.55%-
XYZ65.0576.3887.66-
YUV220.89134.27103.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=28.55%
G=36.03%
B=35.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362320.2100.020.07175.156.3282.94
HexBBECE815027af3853
Octal2733543502502725770123
Binary10111011111011001110100010101010111101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECE8; }

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

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

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

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

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

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

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

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