Html Css Color HEX #BAF6EE Pale Turquoise

📋 copy color: '#BAF6EE'

red 186 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #BAF6EE

Tints of Pale Turquoise #BAF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.72%

 BLUE value IS 238 (93.36% from 255) = 35.52%

R = 27.76%
G = 36.72%
B = 35.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BAF6EE (or 0xBAF6EE) is known color: Pale Turquoise. HEX triplet: BA, F6 and EE. RGB value is (186,246,238). Sum of RGB (Red+Green+Blue) = 186+246+238=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6EE is #450911. Grayscale: #E3E3E3. Windows color (decimal): -4524306 or 15660730. OLE color: 15660730.

HSL color Cylindrical-coordinate representation of color #BAF6EE: hue angle of 172º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF6EE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 238 -
CMYK 0.24 0 0.03 0.04
HSL 172º 0.77% 0.85% -
HSV(B) 172º 0.24% 0.96% -
XYZ 68.64 82.52 93.2 -
YUV 227.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 186 246 238 0.24 0 0.03 0.04 172 0.77 0.85
Hex BA F6 EE 18 0 3 4 AC 4D 55
Octal 272 366 356 30 0 3 4 254 115 125
Binary 10111010 11110110 11101110 11000 0 11 100 10101100 1001101 1010101

Color Harmonies of #BAF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6EE

Black with #BAF6EE

Text Example


Text Example

White with #BAF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6EE; }

 p { color: rgb(186,246,238); }

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

background-color css

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

 a { background-color: rgb(186,246,238); }

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

border-color css

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

 span { border-color: rgb(186,246,238); }

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