#BAF3FB

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

Shades of Pale Turquoise #BAF3FB

Tints of Pale Turquoise #BAF3FB

Color information

#BAF3FB (or 0xBAF3FB) is unknown color: approx Pale Turquoise. HEX triplet: BA, F3 and FB. RGB value is (186,243,251). Sum of RGB (Red+Green+Blue) = 186+243+251=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF3FB is #450C04. Grayscale: #E2E2E2. Windows color (decimal): -4525061 or 16511930. OLE color: 16511930.

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

Color convert

RGB186243251-
CMYK0.260.0300.02
HSL187.38º89.04%85.69%-
HSV(B)187.38º25.9%98.43%-
XYZ69.7181.51103.32-
YUV226.87141.6298.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.35%
GREEN value IS 243 (95.31% from 255) = 35.74%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=27.35%
G=35.74%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862432510.260.0300.02187.3889.0485.69
HexBAF3FB1A302bb5956
Octal27236337332302273131126
Binary10111010111100111111101111010110101011101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3FB; }

 p { color: rgb(186,243,251); }

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

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

 a { background-color: rgb(186,243,251); }

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

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

 span { border-color: rgb(186,243,251); }

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