Html Css Color HEX #BCFAF1 Pale Turquoise

📋 copy color: '#BCFAF1'

red 188 ◦ green 250 ◦ blue 241

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

Shades of Pale Turquoise #BCFAF1

Tints of Pale Turquoise #BCFAF1

RGB

 RED value IS 188 (73.83% from 255) = 27.69%

 GREEN value IS 250 (98.05% from 255) = 36.82%

 BLUE value IS 241 (94.53% from 255) = 35.49%

R = 27.69%
G = 36.82%
B = 35.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#BCFAF1 (or 0xBCFAF1) is known color: Pale Turquoise. HEX triplet: BC, FA and F1. RGB value is (188,250,241). Sum of RGB (Red+Green+Blue) = 188+250+241=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF1 is #43050E. Grayscale: #E6E6E6. Windows color (decimal): -4392207 or 15858364. OLE color: 15858364.

HSL color Cylindrical-coordinate representation of color #BCFAF1: hue angle of 171.29º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAF1 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 241 -
CMYK 0.25 0 0.04 0.02
HSL 171.29º 0.86% 0.86% -
HSV(B) 171.29º 0.25% 0.98% -
XYZ 70.8 85.41 95.97 -
YUV 230.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 188 250 241 0.25 0 0.04 0.02 171.29 0.86 0.86
Hex BC FA F1 19 0 4 2 AB 56 56
Octal 274 372 361 31 0 4 2 253 126 126
Binary 10111100 11111010 11110001 11001 0 100 10 10101011 1010110 1010110

Color Harmonies of #BCFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAF1

Black with #BCFAF1

Text Example


Text Example

White with #BCFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAF1; }

 p { color: rgb(188,250,241); }

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

background-color css

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

 a { background-color: rgb(188,250,241); }

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

border-color css

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

 span { border-color: rgb(188,250,241); }

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