#BBEBE8

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

Shades of Pale Turquoise #BBEBE8

Tints of Pale Turquoise #BBEBE8

Color information

#BBEBE8 (or 0xBBEBE8) is unknown color: approx Pale Turquoise. HEX triplet: BB, EB and E8. RGB value is (187,235,232). Sum of RGB (Red+Green+Blue) = 187+235+232=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBE8 is #441417. Grayscale: #DCDCDC. Windows color (decimal): -4461592 or 15264699. OLE color: 15264699.

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

Color convert

RGB187235232-
CMYK0.2000.010.08
HSL176.25º54.55%82.75%-
HSV(B)176.25º20.43%92.16%-
XYZ64.7775.8187.56-
YUV220.31134.6104.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=28.59%
G=35.93%
B=35.47%

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
Decimal1872352320.2000.010.08176.2554.5582.75
HexBBEBE814018b03753
Octal27335335024011026067123
Binary10111011111010111110100010100011000101100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBE8; }

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

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

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

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

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

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

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

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