#BBEBE9

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

Shades of Pale Turquoise #BBEBE9

Tints of Pale Turquoise #BBEBE9

Color information

#BBEBE9 (or 0xBBEBE9) is unknown color: approx Pale Turquoise. HEX triplet: BB, EB and E9. RGB value is (187,235,233). Sum of RGB (Red+Green+Blue) = 187+235+233=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBE9 is #441416. Grayscale: #DCDCDC. Windows color (decimal): -4461591 or 15330235. OLE color: 15330235.

HSL color Cylindrical-coordinate representation of color #BBEBE9: hue angle of 177.5º 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 #BBEBE9 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB187235233-
CMYK0.2000.010.08
HSL177.5º54.55%82.75%-
HSV(B)177.5º20.43%92.16%-
XYZ64.9175.8688.31-
YUV220.42135.1104.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=28.55%
G=35.88%
B=35.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352330.2000.010.08177.554.5582.75
HexBBEBE914018b23753
Octal27335335124011026267123
Binary10111011111010111110100110100011000101100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBE9; }

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

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

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

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

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

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

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

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