Html Css Color HEX #BAF9F8 Pale Turquoise

📋 copy color: '#BAF9F8'

red 186 ◦ green 249 ◦ blue 248

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

Shades of Pale Turquoise #BAF9F8

Tints of Pale Turquoise #BAF9F8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.46%

 BLUE value IS 248 (97.27% from 255) = 36.31%

R = 27.23%
G = 36.46%
B = 36.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#BAF9F8 (or 0xBAF9F8) is known color: Pale Turquoise. HEX triplet: BA, F9 and F8. RGB value is (186,249,248). Sum of RGB (Red+Green+Blue) = 186+249+248=683 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.23% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9F8 is #450607. Grayscale: #E5E5E5. Windows color (decimal): -4523528 or 16316858. OLE color: 16316858.

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

Color convert

RGB 186 249 248 -
CMYK 0.25 0 0.00 0.02
HSL 179.05º 0.84% 0.85% -
HSV(B) 179.05º 0.25% 0.98% -
XYZ 71.07 84.97 101.46 -
YUV 230.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 186 249 248 0.25 0 0.00 0.02 179.05 0.84 0.85
Hex BA F9 F8 19 0 0 2 B3 54 55
Octal 272 371 370 31 0 0 2 263 124 125
Binary 10111010 11111001 11111000 11001 0 0 10 10110011 1010100 1010101

Color Harmonies of #BAF9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF9F8

Black with #BAF9F8

Text Example


Text Example

White with #BAF9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF9F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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