Html Css Color HEX #BAF6ED Pale Turquoise

📋 copy color: '#BAF6ED'

red 186 ◦ green 246 ◦ blue 237

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

Shades of Pale Turquoise #BAF6ED

Tints of Pale Turquoise #BAF6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 27.8%
G = 36.77%
B = 35.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#BAF6ED (or 0xBAF6ED) is known color: Pale Turquoise. HEX triplet: BA, F6 and ED. RGB value is (186,246,237). Sum of RGB (Red+Green+Blue) = 186+246+237=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6ED is #450912. Grayscale: #E3E3E3. Windows color (decimal): -4524307 or 15595194. OLE color: 15595194.

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

Color convert

RGB 186 246 237 -
CMYK 0.24 0 0.04 0.04
HSL 171º 0.77% 0.85% -
HSV(B) 171º 0.24% 0.96% -
XYZ 68.49 82.47 92.43 -
YUV 227.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 186 246 237 0.24 0 0.04 0.04 171 0.77 0.85
Hex BA F6 ED 18 0 4 4 AB 4D 55
Octal 272 366 355 30 0 4 4 253 115 125
Binary 10111010 11110110 11101101 11000 0 100 100 10101011 1001101 1010101

Color Harmonies of #BAF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF6ED

Black with #BAF6ED

Text Example


Text Example

White with #BAF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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