Html Css Color HEX #BAF7F2 Pale Turquoise

📋 copy color: '#BAF7F2'

red 186 ◦ green 247 ◦ blue 242

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

Shades of Pale Turquoise #BAF7F2

Tints of Pale Turquoise #BAF7F2

RGB

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

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

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

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

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#BAF7F2 (or 0xBAF7F2) is known color: Pale Turquoise. HEX triplet: BA, F7 and F2. RGB value is (186,247,242). Sum of RGB (Red+Green+Blue) = 186+247+242=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7F2 is #45080D. Grayscale: #E4E4E4. Windows color (decimal): -4524046 or 15923130. OLE color: 15923130.

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

Color convert

RGB 186 247 242 -
CMYK 0.25 0 0.02 0.03
HSL 175.08º 0.79% 0.85% -
HSV(B) 175.08º 0.25% 0.97% -
XYZ 69.54 83.37 96.43 -
YUV 228.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 186 247 242 0.25 0 0.02 0.03 175.08 0.79 0.85
Hex BA F7 F2 19 0 2 3 AF 4F 55
Octal 272 367 362 31 0 2 3 257 117 125
Binary 10111010 11110111 11110010 11001 0 10 11 10101111 1001111 1010101

Color Harmonies of #BAF7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF7F2

Black with #BAF7F2

Text Example


Text Example

White with #BAF7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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