#BBEDE9

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

Shades of Pale Turquoise #BBEDE9

Tints of Pale Turquoise #BBEDE9

Color information

#BBEDE9 (or 0xBBEDE9) is unknown color: approx Pale Turquoise. HEX triplet: BB, ED and E9. RGB value is (187,237,233). Sum of RGB (Red+Green+Blue) = 187+237+233=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDE9 is #441216. Grayscale: #DDDDDD. Windows color (decimal): -4461079 or 15330747. OLE color: 15330747.

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

Color convert

RGB187237233-
CMYK0.2100.020.07
HSL175.2º58.14%83.14%-
HSV(B)175.2º21.1%92.94%-
XYZ65.4977.0288.5-
YUV221.59134.44103.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=28.46%
G=36.07%
B=35.46%

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
Decimal1872372330.2100.020.07175.258.1483.14
HexBBEDE915027af3a53
Octal2733553512502725772123
Binary10111011111011011110100110101010111101011111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDE9; }

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

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

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

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

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

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

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

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