#BBEBEB

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

Shades of Pale Turquoise #BBEBEB

Tints of Pale Turquoise #BBEBEB

Color information

#BBEBEB (or 0xBBEBEB) is unknown color: approx Pale Turquoise. HEX triplet: BB, EB and EB. RGB value is (187,235,235). Sum of RGB (Red+Green+Blue) = 187+235+235=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #BBEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBEB is #441414. Grayscale: #DCDCDC. Windows color (decimal): -4461589 or 15461307. OLE color: 15461307.

HSL color Cylindrical-coordinate representation of color #BBEBEB: hue angle of 180º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBEB is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187235235-
CMYK0.20000.08
HSL180º54.55%82.75%-
HSV(B)180º20.43%92.16%-
XYZ65.275.9889.83-
YUV220.65136.1104-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=28.46%
G=35.77%
B=35.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352350.20000.0818054.5582.75
HexBBEBEB14008b43753
Octal27335335324001026467123
Binary10111011111010111110101110100001000101101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBEB; }

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

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

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

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

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

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

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

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