#BBFAFD

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

Shades of Pale Turquoise #BBFAFD

Tints of Pale Turquoise #BBFAFD

Color information

#BBFAFD (or 0xBBFAFD) is unknown color: approx Pale Turquoise. HEX triplet: BB, FA and FD. RGB value is (187,250,253). Sum of RGB (Red+Green+Blue) = 187+250+253=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAFD is #440502. Grayscale: #E7E7E7. Windows color (decimal): -4457731 or 16644795. OLE color: 16644795.

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

Color convert

RGB187250253-
CMYK0.260.0100.01
HSL182.73º94.29%86.27%-
HSV(B)182.73º26.09%99.22%-
XYZ72.4186.03105.72-
YUV231.51140.1396.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.10%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=27.10%
G=36.23%
B=36.67%

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
Decimal1872502530.260.0100.01182.7394.2986.27
HexBBFAFD1A101b75e56
Octal27337237532101267136126
Binary101110111111101011111101110101011011011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAFD; }

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

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

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

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

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

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

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

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