#BBECED

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

Shades of Pale Turquoise #BBECED

Tints of Pale Turquoise #BBECED

Color information

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

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

Color convert

RGB187236237-
CMYK0.210.0000.07
HSL181.2º58.14%83.14%-
HSV(B)181.2º21.1%92.94%-
XYZ65.7876.6791.45-
YUV221.46136.77103.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362370.210.0000.07181.258.1483.14
HexBBECED15007b53a53
Octal2733543552500726572123
Binary1011101111101100111011011010100111101101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECED; }

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

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

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

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

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

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

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

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