Html Css Color HEX #BAF2F7 Pale Turquoise

📋 copy color: '#BAF2F7'

red 186 ◦ green 242 ◦ blue 247

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

Shades of Pale Turquoise #BAF2F7

Tints of Pale Turquoise #BAF2F7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.85%

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

R = 27.56%
G = 35.85%
B = 36.59%

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

#BAF2F7 (or 0xBAF2F7) is known color: Pale Turquoise. HEX triplet: BA, F2 and F7. RGB value is (186,242,247). Sum of RGB (Red+Green+Blue) = 186+242+247=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAF2F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2F7 is #450D08. Grayscale: #E1E1E1. Windows color (decimal): -4525321 or 16249530. OLE color: 16249530.

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

Color convert

RGB 186 242 247 -
CMYK 0.25 0.02 0 0.03
HSL 184.92º 0.79% 0.85% -
HSV(B) 184.92º 0.25% 0.97% -
XYZ 68.79 80.66 99.94 -
YUV 225.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 186 242 247 0.25 0.02 0 0.03 184.92 0.79 0.85
Hex BA F2 F7 19 2 0 3 B9 4F 55
Octal 272 362 367 31 2 0 3 271 117 125
Binary 10111010 11110010 11110111 11001 10 0 11 10111001 1001111 1010101

Color Harmonies of #BAF2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2F7

Black with #BAF2F7

Text Example


Text Example

White with #BAF2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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