Html Css Color HEX #BAF1F7 Pale Turquoise

📋 copy color: '#BAF1F7'

red 186 ◦ green 241 ◦ blue 247

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

Shades of Pale Turquoise #BAF1F7

Tints of Pale Turquoise #BAF1F7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.76%

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

R = 27.6%
G = 35.76%
B = 36.65%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAF1F7 (or 0xBAF1F7) is known color: Pale Turquoise. HEX triplet: BA, F1 and F7. RGB value is (186,241,247). Sum of RGB (Red+Green+Blue) = 186+241+247=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAF1F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1F7 is #450E08. Grayscale: #E1E1E1. Windows color (decimal): -4525577 or 16249274. OLE color: 16249274.

HSL color Cylindrical-coordinate representation of color #BAF1F7: hue angle of 185.9º degrees, saturation: 0.79, 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 #BAF1F7 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 241 247 -
CMYK 0.25 0.02 0 0.03
HSL 185.9º 0.79% 0.85% -
HSV(B) 185.9º 0.25% 0.97% -
XYZ 68.49 80.07 99.84 -
YUV 225.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 186 241 247 0.25 0.02 0 0.03 185.9 0.79 0.85
Hex BA F1 F7 19 2 0 3 BA 4F 55
Octal 272 361 367 31 2 0 3 272 117 125
Binary 10111010 11110001 11110111 11001 10 0 11 10111010 1001111 1010101

Color Harmonies of #BAF1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1F7

Black with #BAF1F7

Text Example


Text Example

White with #BAF1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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