#BBECEE

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

Shades of Pale Turquoise #BBECEE

Tints of Pale Turquoise #BBECEE

Color information

#BBECEE (or 0xBBECEE) is unknown color: approx Pale Turquoise. HEX triplet: BB, EC and EE. RGB value is (187,236,238). Sum of RGB (Red+Green+Blue) = 187+236+238=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECEE is #441311. Grayscale: #DDDDDD. Windows color (decimal): -4461330 or 15658171. OLE color: 15658171.

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

Color convert

RGB187236238-
CMYK0.210.0100.07
HSL182.35º60%83.33%-
HSV(B)182.35º21.43%93.33%-
XYZ65.9276.7392.22-
YUV221.58137.27103.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=28.29%
G=35.70%
B=36.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362380.210.0100.07182.356083.33
HexBBECEE15107b63c53
Octal2733543562510726674123
Binary1011101111101100111011101010110111101101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECEE; }

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

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

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

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

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

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

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

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