#BBFBFD

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

Shades of Pale Turquoise #BBFBFD

Tints of Pale Turquoise #BBFBFD

Color information

#BBFBFD (or 0xBBFBFD) is unknown color: approx Pale Turquoise. HEX triplet: BB, FB and FD. RGB value is (187,251,253). Sum of RGB (Red+Green+Blue) = 187+251+253=691 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.06% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBFD is #440402. Grayscale: #E8E8E8. Windows color (decimal): -4457475 or 16645051. OLE color: 16645051.

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

Color convert

RGB187251253-
CMYK0.260.0100.01
HSL181.82º94.29%86.27%-
HSV(B)181.82º26.09%99.22%-
XYZ72.7286.65105.82-
YUV232.09139.895.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.06%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=27.06%
G=36.32%
B=36.61%

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
Decimal1872512530.260.0100.01181.8294.2986.27
HexBBFBFD1A101b65e56
Octal27337337532101266136126
Binary101110111111101111111101110101011011011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBFD; }

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

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

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

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

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

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

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

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