#BBEAE8

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

Shades of Pale Turquoise #BBEAE8

Tints of Pale Turquoise #BBEAE8

Color information

#BBEAE8 (or 0xBBEAE8) is unknown color: approx Pale Turquoise. HEX triplet: BB, EA and E8. RGB value is (187,234,232). Sum of RGB (Red+Green+Blue) = 187+234+232=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAE8 is #441517. Grayscale: #DBDBDB. Windows color (decimal): -4461848 or 15264443. OLE color: 15264443.

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

Color convert

RGB187234232-
CMYK0.2000.010.08
HSL177.45º52.81%82.55%-
HSV(B)177.45º20.09%91.76%-
XYZ64.4875.2487.47-
YUV219.72134.93104.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=28.64%
G=35.83%
B=35.53%

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
Decimal1872342320.2000.010.08177.4552.8182.55
HexBBEAE814018b13553
Octal27335235024011026165123
Binary10111011111010101110100010100011000101100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAE8; }

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

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

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

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

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

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

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

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