#BAF4F8

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

Shades of Pale Turquoise #BAF4F8

Tints of Pale Turquoise #BAF4F8

Color information

#BAF4F8 (or 0xBAF4F8) is unknown color: approx Pale Turquoise. HEX triplet: BA, F4 and F8. RGB value is (186,244,248). Sum of RGB (Red+Green+Blue) = 186+244+248=678 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.43% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAF4F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4F8 is #450B07. Grayscale: #E3E3E3. Windows color (decimal): -4524808 or 16315578. OLE color: 16315578.

HSL color Cylindrical-coordinate representation of color #BAF4F8: hue angle of 183.87º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF4F8 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186244248-
CMYK0.250.0200.03
HSL183.87º81.58%85.1%-
HSV(B)183.87º25%97.25%-
XYZ69.5481.92100.95-
YUV227.11139.7898.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.43%
GREEN value IS 244 (95.70% from 255) = 35.99%
BLUE value IS 248 (97.27% from 255) = 36.58%
R=27.43%
G=35.99%
B=36.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862442480.250.0200.03183.8781.5885.1
HexBAF4F819203b85255
Octal27236437031203270122125
Binary10111010111101001111100011001100111011100010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4F8; }

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

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

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

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

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

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

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

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