#BBEEEB

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

Shades of Pale Turquoise #BBEEEB

Tints of Pale Turquoise #BBEEEB

Color information

#BBEEEB (or 0xBBEEEB) is unknown color: approx Pale Turquoise. HEX triplet: BB, EE and EB. RGB value is (187,238,235). Sum of RGB (Red+Green+Blue) = 187+238+235=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEEB is #441114. Grayscale: #DEDEDE. Windows color (decimal): -4460821 or 15462075. OLE color: 15462075.

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

Color convert

RGB187238235-
CMYK0.2100.010.07
HSL176.47º60%83.33%-
HSV(B)176.47º21.43%93.33%-
XYZ66.0677.7190.12-
YUV222.41135.1102.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=28.33%
G=36.06%
B=35.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382350.2100.010.07176.476083.33
HexBBEEEB15017b03c53
Octal2733563532501726074123
Binary1011101111101110111010111010101111101100001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEEB; }

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

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

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

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

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

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

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

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