Html Css Color HEX #BAF6FA Pale Turquoise

📋 copy color: '#BAF6FA'

red 186 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #BAF6FA

Tints of Pale Turquoise #BAF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.07%

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

R = 27.27%
G = 36.07%
B = 36.66%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAF6FA (or 0xBAF6FA) is known color: Pale Turquoise. HEX triplet: BA, F6 and FA. RGB value is (186,246,250). Sum of RGB (Red+Green+Blue) = 186+246+250=682 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.27% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6FA is #450905. Grayscale: #E4E4E4. Windows color (decimal): -4524294 or 16447162. OLE color: 16447162.

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

Color convert

RGB 186 246 250 -
CMYK 0.26 0.02 0 0.02
HSL 183.75º 0.86% 0.85% -
HSV(B) 183.75º 0.26% 0.98% -
XYZ 70.46 83.25 102.8 -
YUV 228.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 186 246 250 0.26 0.02 0 0.02 183.75 0.86 0.85
Hex BA F6 FA 1A 2 0 2 B8 56 55
Octal 272 366 372 32 2 0 2 270 126 125
Binary 10111010 11110110 11111010 11010 10 0 10 10111000 1010110 1010101

Color Harmonies of #BAF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6FA

Black with #BAF6FA

Text Example


Text Example

White with #BAF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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