#BBF7FD

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

Shades of Pale Turquoise #BBF7FD

Tints of Pale Turquoise #BBF7FD

Color information

#BBF7FD (or 0xBBF7FD) is unknown color: approx Pale Turquoise. HEX triplet: BB, F7 and FD. RGB value is (187,247,253). Sum of RGB (Red+Green+Blue) = 187+247+253=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBF7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7FD is #440802. Grayscale: #E5E5E5. Windows color (decimal): -4458499 or 16644027. OLE color: 16644027.

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

Color convert

RGB187247253-
CMYK0.260.0200.01
HSL185.45º94.29%86.27%-
HSV(B)185.45º26.09%99.22%-
XYZ71.4884.18105.41-
YUV229.74141.1297.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.22%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=27.22%
G=35.95%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872472530.260.0200.01185.4594.2986.27
HexBBF7FD1A201b95e56
Octal27336737532201271136126
Binary1011101111110111111111011101010011011100110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7FD; }

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

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

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

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

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

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

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

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