Html Css Color HEX #BAFFFB Pale Turquoise

📋 copy color: '#BAFFFB'

red 186 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #BAFFFB

Tints of Pale Turquoise #BAFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 36.85%

 BLUE value IS 251 (98.44% from 255) = 36.27%

R = 26.88%
G = 36.85%
B = 36.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#BAFFFB (or 0xBAFFFB) is known color: Pale Turquoise. HEX triplet: BA, FF and FB. RGB value is (186,255,251). Sum of RGB (Red+Green+Blue) = 186+255+251=692 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.88% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFFB is #450004. Grayscale: #E9E9E9. Windows color (decimal): -4521989 or 16515002. OLE color: 16515002.

HSL color Cylindrical-coordinate representation of color #BAFFFB: hue angle of 176.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFFB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 186 255 251 -
CMYK 0.27 0 0.02 0
HSL 176.52º 1% 0.86% -
HSV(B) 176.52º 0.27% 1% -
XYZ 73.42 88.92 104.56 -
YUV 233.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 186 255 251 0.27 0 0.02 0 176.52 1 0.86
Hex BA FF FB 1B 0 2 0 B1 64 56
Octal 272 377 373 33 0 2 0 261 144 126
Binary 10111010 11111111 11111011 11011 0 10 0 10110001 1100100 1010110

Color Harmonies of #BAFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFFFB

Black with #BAFFFB

Text Example


Text Example

White with #BAFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFFFB; }

 p { color: rgb(186,255,251); }

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

background-color css

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

 a { background-color: rgb(186,255,251); }

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

border-color css

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

 span { border-color: rgb(186,255,251); }

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