#BBF9FC

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

Shades of Pale Turquoise #BBF9FC

Tints of Pale Turquoise #BBF9FC

Color information

#BBF9FC (or 0xBBF9FC) is unknown color: approx Pale Turquoise. HEX triplet: BB, F9 and FC. RGB value is (187,249,252). Sum of RGB (Red+Green+Blue) = 187+249+252=688 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.18% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9FC is #440603. Grayscale: #E6E6E6. Windows color (decimal): -4457988 or 16579003. OLE color: 16579003.

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

Color convert

RGB187249252-
CMYK0.260.0100.01
HSL182.77º91.55%86.08%-
HSV(B)182.77º25.79%98.82%-
XYZ71.9485.34104.78-
YUV230.8139.9696.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.18%
GREEN value IS 249 (97.66% from 255) = 36.19%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=27.18%
G=36.19%
B=36.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872492520.260.0100.01182.7791.5586.08
HexBBF9FC1A101b75c56
Octal27337137432101267134126
Binary101110111111100111111100110101011011011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9FC; }

 p { color: rgb(187,249,252); }

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

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

 a { background-color: rgb(187,249,252); }

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

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

 span { border-color: rgb(187,249,252); }

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