Html Css Color HEX #BAFAF7 Pale Turquoise

📋 copy color: '#BAFAF7'

red 186 ◦ green 250 ◦ blue 247

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

Shades of Pale Turquoise #BAFAF7

Tints of Pale Turquoise #BAFAF7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.6%

 BLUE value IS 247 (96.88% from 255) = 36.16%

R = 27.23%
G = 36.6%
B = 36.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#BAFAF7 (or 0xBAFAF7) is known color: Pale Turquoise. HEX triplet: BA, FA and F7. RGB value is (186,250,247). Sum of RGB (Red+Green+Blue) = 186+250+247=683 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.23% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAF7 is #450508. Grayscale: #E6E6E6. Windows color (decimal): -4523273 or 16251578. OLE color: 16251578.

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

Color convert

RGB 186 250 247 -
CMYK 0.26 0 0.01 0.02
HSL 177.19º 0.86% 0.85% -
HSV(B) 177.19º 0.26% 0.98% -
XYZ 71.22 85.53 100.75 -
YUV 230.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 186 250 247 0.26 0 0.01 0.02 177.19 0.86 0.85
Hex BA FA F7 1A 0 1 2 B1 56 55
Octal 272 372 367 32 0 1 2 261 126 125
Binary 10111010 11111010 11110111 11010 0 1 10 10110001 1010110 1010101

Color Harmonies of #BAFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFAF7

Black with #BAFAF7

Text Example


Text Example

White with #BAFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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