#BBEDEE

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

Shades of Pale Turquoise #BBEDEE

Tints of Pale Turquoise #BBEDEE

Color information

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

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

Color convert

RGB187237238-
CMYK0.210.0000.07
HSL181.18º60%83.33%-
HSV(B)181.18º21.43%93.33%-
XYZ66.2177.3192.32-
YUV222.16136.94102.92-

RGB Variations

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

RGB

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

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
Decimal1872372380.210.0000.07181.186083.33
HexBBEDEE15007b53c53
Octal2733553562500726574123
Binary1011101111101101111011101010100111101101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDEE; }

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

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

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

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

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

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

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

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