#BBECEC

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

Shades of Pale Turquoise #BBECEC

Tints of Pale Turquoise #BBECEC

Color information

#BBECEC (or 0xBBECEC) is unknown color: approx Pale Turquoise. HEX triplet: BB, EC and EC. RGB value is (187,236,236). Sum of RGB (Red+Green+Blue) = 187+236+236=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BBECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEC is #441313. Grayscale: #DDDDDD. Windows color (decimal): -4461332 or 15527099. OLE color: 15527099.

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

Color convert

RGB187236236-
CMYK0.21000.07
HSL180º56.32%82.94%-
HSV(B)180º20.76%92.55%-
XYZ65.6376.6190.69-
YUV221.35136.27103.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.38%
GREEN value IS 236 (92.58% from 255) = 35.81%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=28.38%
G=35.81%
B=35.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362360.21000.0718056.3282.94
HexBBECEC15007b43853
Octal2733543542500726470123
Binary1011101111101100111011001010100111101101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECEC; }

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

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

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

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

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

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

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

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