#BBFDF6

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

Shades of Pale Turquoise #BBFDF6

Tints of Pale Turquoise #BBFDF6

Color information

#BBFDF6 (or 0xBBFDF6) is unknown color: approx Pale Turquoise. HEX triplet: BB, FD and F6. RGB value is (187,253,246). Sum of RGB (Red+Green+Blue) = 187+253+246=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF6 is #440209. Grayscale: #E8E8E8. Windows color (decimal): -4456970 or 16186811. OLE color: 16186811.

HSL color Cylindrical-coordinate representation of color #BBFDF6: hue angle of 173.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDF6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB187253246-
CMYK0.2600.030.01
HSL173.64º94.29%86.27%-
HSV(B)173.64º26.09%99.22%-
XYZ72.2587.47100.26-
YUV232.47135.6395.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.26%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=27.26%
G=36.88%
B=35.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532460.2600.030.01173.6494.2986.27
HexBBFDF61A031ae5e56
Octal27337536632031256136126
Binary1011101111111101111101101101001111010111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDF6; }

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

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

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

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

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

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

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

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