#BBEAEB

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

Shades of Pale Turquoise #BBEAEB

Tints of Pale Turquoise #BBEAEB

Color information

#BBEAEB (or 0xBBEAEB) is unknown color: approx Pale Turquoise. HEX triplet: BB, EA and EB. RGB value is (187,234,235). Sum of RGB (Red+Green+Blue) = 187+234+235=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAEB is #441514. Grayscale: #DCDCDC. Windows color (decimal): -4461845 or 15461051. OLE color: 15461051.

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

Color convert

RGB187234235-
CMYK0.200.0000.08
HSL181.25º54.55%82.75%-
HSV(B)181.25º20.43%92.16%-
XYZ64.9175.4189.73-
YUV220.06136.43104.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=28.51%
G=35.67%
B=35.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342350.200.0000.08181.2554.5582.75
HexBBEAEB14008b53753
Octal27335235324001026567123
Binary10111011111010101110101110100001000101101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAEB; }

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

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

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

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

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

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

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

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