#BBEDEC

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

Shades of Pale Turquoise #BBEDEC

Tints of Pale Turquoise #BBEDEC

Color information

#BBEDEC (or 0xBBEDEC) is unknown color: approx Pale Turquoise. HEX triplet: BB, ED and EC. RGB value is (187,237,236). Sum of RGB (Red+Green+Blue) = 187+237+236=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDEC is #441213. Grayscale: #DDDDDD. Windows color (decimal): -4461076 or 15527355. OLE color: 15527355.

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

Color convert

RGB187237236-
CMYK0.2100.000.07
HSL178.8º58.14%83.14%-
HSV(B)178.8º21.1%92.94%-
XYZ65.9277.1990.78-
YUV221.94135.94103.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.33%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=28.33%
G=35.91%
B=35.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372360.2100.000.07178.858.1483.14
HexBBEDEC15007b33a53
Octal2733553542500726372123
Binary1011101111101101111011001010100111101100111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDEC; }

 p { color: rgb(187,237,236); }

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

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

 a { background-color: rgb(187,237,236); }

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

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

 span { border-color: rgb(187,237,236); }

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