Html Css Color HEX #BAFDF6 Pale Turquoise

📋 copy color: '#BAFDF6'

red 186 ◦ green 253 ◦ blue 246

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

Shades of Pale Turquoise #BAFDF6

Tints of Pale Turquoise #BAFDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.93%

 BLUE value IS 246 (96.48% from 255) = 35.91%

R = 27.15%
G = 36.93%
B = 35.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#BAFDF6 (or 0xBAFDF6) is known color: Pale Turquoise. HEX triplet: BA, FD and F6. RGB value is (186,253,246). Sum of RGB (Red+Green+Blue) = 186+253+246=685 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.15% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF6 is #450209. Grayscale: #E8E8E8. Windows color (decimal): -4522506 or 16186810. OLE color: 16186810.

HSL color Cylindrical-coordinate representation of color #BAFDF6: hue angle of 173.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDF6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 246 -
CMYK 0.26 0 0.03 0.01
HSL 173.73º 0.94% 0.86% -
HSV(B) 173.73º 0.26% 0.99% -
XYZ 72.01 87.34 100.25 -
YUV 232.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 186 253 246 0.26 0 0.03 0.01 173.73 0.94 0.86
Hex BA FD F6 1A 0 3 1 AE 5E 56
Octal 272 375 366 32 0 3 1 256 136 126
Binary 10111010 11111101 11110110 11010 0 11 1 10101110 1011110 1010110

Color Harmonies of #BAFDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDF6

Black with #BAFDF6

Text Example


Text Example

White with #BAFDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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