Html Css Color HEX #BAFDF2 Pale Turquoise

📋 copy color: '#BAFDF2'

red 186 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #BAFDF2

Tints of Pale Turquoise #BAFDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.54%

R = 27.31%
G = 37.15%
B = 35.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#BAFDF2 (or 0xBAFDF2) is known color: Pale Turquoise. HEX triplet: BA, FD and F2. RGB value is (186,253,242). Sum of RGB (Red+Green+Blue) = 186+253+242=681 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.31% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDF2 is #45020D. Grayscale: #E7E7E7. Windows color (decimal): -4522510 or 15924666. OLE color: 15924666.

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

Color convert

RGB 186 253 242 -
CMYK 0.26 0 0.04 0.01
HSL 170.15º 0.94% 0.86% -
HSV(B) 170.15º 0.26% 0.99% -
XYZ 71.4 87.1 97.05 -
YUV 231.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 186 253 242 0.26 0 0.04 0.01 170.15 0.94 0.86
Hex BA FD F2 1A 0 4 1 AA 5E 56
Octal 272 375 362 32 0 4 1 252 136 126
Binary 10111010 11111101 11110010 11010 0 100 1 10101010 1011110 1010110

Color Harmonies of #BAFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDF2

Black with #BAFDF2

Text Example


Text Example

White with #BAFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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