#BBECE7

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

Shades of Pale Turquoise #BBECE7

Tints of Pale Turquoise #BBECE7

Color information

#BBECE7 (or 0xBBECE7) is unknown color: approx Pale Turquoise. HEX triplet: BB, EC and E7. RGB value is (187,236,231). Sum of RGB (Red+Green+Blue) = 187+236+231=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECE7 is #441318. Grayscale: #DCDCDC. Windows color (decimal): -4461337 or 15199419. OLE color: 15199419.

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

Color convert

RGB187236231-
CMYK0.2100.020.07
HSL173.88º56.32%82.94%-
HSV(B)173.88º20.76%92.55%-
XYZ64.9176.3386.91-
YUV220.78133.77103.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=28.59%
G=36.09%
B=35.32%

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
Decimal1872362310.2100.020.07173.8856.3282.94
HexBBECE715027ae3853
Octal2733543472502725670123
Binary10111011111011001110011110101010111101011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECE7; }

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

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

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

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

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

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

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

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