Html Css Color HEX #BAF2F9 Pale Turquoise

📋 copy color: '#BAF2F9'

red 186 ◦ green 242 ◦ blue 249

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

Shades of Pale Turquoise #BAF2F9

Tints of Pale Turquoise #BAF2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.78%

R = 27.47%
G = 35.75%
B = 36.78%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAF2F9 (or 0xBAF2F9) is known color: Pale Turquoise. HEX triplet: BA, F2 and F9. RGB value is (186,242,249). Sum of RGB (Red+Green+Blue) = 186+242+249=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2F9 is #450D06. Grayscale: #E1E1E1. Windows color (decimal): -4525319 or 16380602. OLE color: 16380602.

HSL color Cylindrical-coordinate representation of color #BAF2F9: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF2F9 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 242 249 -
CMYK 0.25 0.03 0 0.02
HSL 186.67º 0.84% 0.85% -
HSV(B) 186.67º 0.25% 0.98% -
XYZ 69.1 80.78 101.57 -
YUV 226.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 186 242 249 0.25 0.03 0 0.02 186.67 0.84 0.85
Hex BA F2 F9 19 3 0 2 BB 54 55
Octal 272 362 371 31 3 0 2 273 124 125
Binary 10111010 11110010 11111001 11001 11 0 10 10111011 1010100 1010101

Color Harmonies of #BAF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF2F9

Black with #BAF2F9

Text Example


Text Example

White with #BAF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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