Html Css Color HEX #BAF0F1 Pale Turquoise

📋 copy color: '#BAF0F1'

red 186 ◦ green 240 ◦ blue 241

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

Shades of Pale Turquoise #BAF0F1

Tints of Pale Turquoise #BAF0F1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.98%

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 27.89%
G = 35.98%
B = 36.13%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAF0F1 (or 0xBAF0F1) is known color: Pale Turquoise. HEX triplet: BA, F0 and F1. RGB value is (186,240,241). Sum of RGB (Red+Green+Blue) = 186+240+241=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0F1 is #450F0E. Grayscale: #DFDFDF. Windows color (decimal): -4525839 or 15855802. OLE color: 15855802.

HSL color Cylindrical-coordinate representation of color #BAF0F1: hue angle of 181.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0F1 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 240 241 -
CMYK 0.23 0.00 0 0.05
HSL 181.09º 0.66% 0.84% -
HSV(B) 181.09º 0.23% 0.95% -
XYZ 67.29 79.11 94.94 -
YUV 223.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 186 240 241 0.23 0.00 0 0.05 181.09 0.66 0.84
Hex BA F0 F1 17 0 0 5 B5 42 54
Octal 272 360 361 27 0 0 5 265 102 124
Binary 10111010 11110000 11110001 10111 0 0 101 10110101 1000010 1010100

Color Harmonies of #BAF0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0F1

Black with #BAF0F1

Text Example


Text Example

White with #BAF0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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