#BBEEE9

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

Shades of Pale Turquoise #BBEEE9

Tints of Pale Turquoise #BBEEE9

Color information

#BBEEE9 (or 0xBBEEE9) is unknown color: approx Pale Turquoise. HEX triplet: BB, EE and E9. RGB value is (187,238,233). Sum of RGB (Red+Green+Blue) = 187+238+233=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEE9 is #441116. Grayscale: #DEDEDE. Windows color (decimal): -4460823 or 15331003. OLE color: 15331003.

HSL color Cylindrical-coordinate representation of color #BBEEE9: hue angle of 174.12º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEE9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB187238233-
CMYK0.2100.020.07
HSL174.12º60%83.33%-
HSV(B)174.12º21.43%93.33%-
XYZ65.7877.688.6-
YUV222.18134.1102.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=28.42%
G=36.17%
B=35.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382330.2100.020.07174.126083.33
HexBBEEE915027ae3c53
Octal2733563512502725674123
Binary10111011111011101110100110101010111101011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEE9; }

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

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

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

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

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

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

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

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