#BBEEED

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

Shades of Pale Turquoise #BBEEED

Tints of Pale Turquoise #BBEEED

Color information

#BBEEED (or 0xBBEEED) is unknown color: approx Pale Turquoise. HEX triplet: BB, EE and ED. RGB value is (187,238,237). Sum of RGB (Red+Green+Blue) = 187+238+237=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEED is #441112. Grayscale: #DEDEDE. Windows color (decimal): -4460819 or 15593147. OLE color: 15593147.

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

Color convert

RGB187238237-
CMYK0.2100.000.07
HSL178.82º60%83.33%-
HSV(B)178.82º21.43%93.33%-
XYZ66.3577.8391.65-
YUV222.64136.1102.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.25%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=28.25%
G=35.95%
B=35.80%

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
Decimal1872382370.2100.000.07178.826083.33
HexBBEEED15007b33c53
Octal2733563552500726374123
Binary1011101111101110111011011010100111101100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEED; }

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

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

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

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

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

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

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

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