#BAF7FF

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

Shades of Pale Turquoise #BAF7FF

Tints of Pale Turquoise #BAF7FF

Color information

#BAF7FF (or 0xBAF7FF) is unknown color: approx Pale Turquoise. HEX triplet: BA, F7 and FF. RGB value is (186,247,255). Sum of RGB (Red+Green+Blue) = 186+247+255=688 (91% of max value = 765). Red value is 186 (73.05% from 255 or 27.03% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7FF is #450800. Grayscale: #E5E5E5. Windows color (decimal): -4524033 or 16775098. OLE color: 16775098.

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

Color convert

RGB186247255-
CMYK0.270.0300
HSL186.96º100%86.47%-
HSV(B)186.96º27.06%100%-
XYZ71.5684.18107.08-
YUV229.67142.2996.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.03%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 255 (100% from 255) = 37.06%
R=27.03%
G=35.90%
B=37.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862472550.270.0300186.9610086.47
HexBAF7FF1B300bb6456
Octal27236737733300273144126
Binary1011101011110111111111111101111001011101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7FF; }

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

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

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

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

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

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

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

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