#BAF9FF

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

Shades of Pale Turquoise #BAF9FF

Tints of Pale Turquoise #BAF9FF

Color information

#BAF9FF (or 0xBAF9FF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F9 and FF. RGB value is (186,249,255). Sum of RGB (Red+Green+Blue) = 186+249+255=690 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.96% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9FF is #450600. Grayscale: #E6E6E6. Windows color (decimal): -4523521 or 16775610. OLE color: 16775610.

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

Color convert

RGB186249255-
CMYK0.270.0200
HSL185.22º100%86.47%-
HSV(B)185.22º27.06%100%-
XYZ72.1885.41107.29-
YUV230.85141.6396.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 26.96%
GREEN value IS 249 (97.66% from 255) = 36.09%
BLUE value IS 255 (100% from 255) = 36.96%
R=26.96%
G=36.09%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862492550.270.0200185.2210086.47
HexBAF9FF1B200b96456
Octal27237137733200271144126
Binary1011101011111001111111111101110001011100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9FF; }

 p { color: rgb(186,249,255); }

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

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

 a { background-color: rgb(186,249,255); }

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

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

 span { border-color: rgb(186,249,255); }

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