Html Css Color HEX #BAF8FA Pale Turquoise

📋 copy color: '#BAF8FA'

red 186 ◦ green 248 ◦ blue 250

#BAF8FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BAF8FA

Tints of Pale Turquoise #BAF8FA

RGB

 RED value IS 186 (73.05% from 255) = 27.19%

 GREEN value IS 248 (97.27% from 255) = 36.26%

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 27.19%
G = 36.26%
B = 36.55%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAF8FA (or 0xBAF8FA) is known color: Pale Turquoise. HEX triplet: BA, F8 and FA. RGB value is (186,248,250). Sum of RGB (Red+Green+Blue) = 186+248+250=684 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.19% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8FA is #450705. Grayscale: #E5E5E5. Windows color (decimal): -4523782 or 16447674. OLE color: 16447674.

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

Color convert

RGB 186 248 250 -
CMYK 0.26 0.01 0 0.02
HSL 181.88º 0.86% 0.85% -
HSV(B) 181.88º 0.26% 0.98% -
XYZ 71.07 84.48 103 -
YUV 229.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 186 248 250 0.26 0.01 0 0.02 181.88 0.86 0.85
Hex BA F8 FA 1A 1 0 2 B6 56 55
Octal 272 370 372 32 1 0 2 266 126 125
Binary 10111010 11111000 11111010 11010 1 0 10 10110110 1010110 1010101

Color Harmonies of #BAF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF8FA

Black with #BAF8FA

Text Example


Text Example

White with #BAF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF8FA; }

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

 H1.HeaderClassName
 {
   color: #BAF8FA;
 }
 .AnyTagClassName
 {
   color: #BAF8FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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