#BBFDFE

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

Shades of Pale Turquoise #BBFDFE

Tints of Pale Turquoise #BBFDFE

Color information

#BBFDFE (or 0xBBFDFE) is unknown color: approx Pale Turquoise. HEX triplet: BB, FD and FE. RGB value is (187,253,254). Sum of RGB (Red+Green+Blue) = 187+253+254=694 (91% of max value = 765). Red value is 187 (73.44% from 255 or 26.95% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDFE is #440201. Grayscale: #E9E9E9. Windows color (decimal): -4456962 or 16711099. OLE color: 16711099.

HSL color Cylindrical-coordinate representation of color #BBFDFE: hue angle of 180.9º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDFE is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187253254-
CMYK0.260.0000.00
HSL180.9º97.1%86.47%-
HSV(B)180.9º26.38%99.61%-
XYZ73.5187.97106.87-
YUV233.38139.6394.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 26.95%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=26.95%
G=36.46%
B=36.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872532540.260.0000.00180.997.186.47
HexBBFDFE1A000b56156
Octal27337537632000265141126
Binary101110111111110111111110110100001011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDFE; }

 p { color: rgb(187,253,254); }

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

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

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

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

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

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

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