#BAF8FF

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

Shades of Pale Turquoise #BAF8FF

Tints of Pale Turquoise #BAF8FF

Color information

#BAF8FF (or 0xBAF8FF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F8 and FF. RGB value is (186,248,255). Sum of RGB (Red+Green+Blue) = 186+248+255=689 (91% of max value = 765). Red value is 186 (73.05% from 255 or 27.00% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8FF is #450700. Grayscale: #E6E6E6. Windows color (decimal): -4523777 or 16775354. OLE color: 16775354.

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

Color convert

RGB186248255-
CMYK0.270.0300
HSL186.09º100%86.47%-
HSV(B)186.09º27.06%100%-
XYZ71.8784.79107.19-
YUV230.26141.9696.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.00%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 255 (100% from 255) = 37.01%
R=27.00%
G=35.99%
B=37.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862482550.270.0300186.0910086.47
HexBAF8FF1B300ba6456
Octal27237037733300272144126
Binary1011101011111000111111111101111001011101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8FF; }

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

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

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

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

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

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

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

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