#BAFFFE

Color #BAFFFE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BAFFFE

Tints of Pale Turquoise #BAFFFE

Color information

#BAFFFE (or 0xBAFFFE) is unknown color: approx Pale Turquoise. HEX triplet: BA, FF and FE. RGB value is (186,255,254). Sum of RGB (Red+Green+Blue) = 186+255+254=695 (92% of max value = 765). Red value is 186 (73.05% from 255 or 26.76% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFFE is #450001. Grayscale: #EAEAEA. Windows color (decimal): -4521986 or 16711610. OLE color: 16711610.

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

Color convert

RGB186255254-
CMYK0.2700.000
HSL179.13º100%86.47%-
HSV(B)179.13º27.06%100%-
XYZ73.989.11107.07-
YUV234.26139.1493.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 26.76%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=26.76%
G=36.69%
B=36.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552540.2700.000179.1310086.47
HexBAFFFE1B000b36456
Octal27237737633000263144126
Binary101110101111111111111110110110001011001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFFE; }

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

 H1.HeaderClassName
 {
   color: #BAFFFE;
 }
 .AnyTagClassName
 {
   color: #BAFFFE;
 }
</style>
background-color css

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

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

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

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

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

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