#BBECEB

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

Shades of Pale Turquoise #BBECEB

Tints of Pale Turquoise #BBECEB

Color information

#BBECEB (or 0xBBECEB) is unknown color: approx Pale Turquoise. HEX triplet: BB, EC and EB. RGB value is (187,236,235). Sum of RGB (Red+Green+Blue) = 187+236+235=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEB is #441314. Grayscale: #DDDDDD. Windows color (decimal): -4461333 or 15461563. OLE color: 15461563.

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

Color convert

RGB187236235-
CMYK0.2100.000.07
HSL178.78º56.32%82.94%-
HSV(B)178.78º20.76%92.55%-
XYZ65.4876.5589.92-
YUV221.24135.77103.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=28.42%
G=35.87%
B=35.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362350.2100.000.07178.7856.3282.94
HexBBECEB15007b33853
Octal2733543532500726370123
Binary1011101111101100111010111010100111101100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECEB; }

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

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

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

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

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

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

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

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