Html Css Color HEX #BCFAF7 Pale Turquoise

📋 copy color: '#BCFAF7'

red 188 ◦ green 250 ◦ blue 247

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

Shades of Pale Turquoise #BCFAF7

Tints of Pale Turquoise #BCFAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.06%

R = 27.45%
G = 36.5%
B = 36.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#BCFAF7 (or 0xBCFAF7) is known color: Pale Turquoise. HEX triplet: BC, FA and F7. RGB value is (188,250,247). Sum of RGB (Red+Green+Blue) = 188+250+247=685 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.45% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF7 is #430508. Grayscale: #E7E7E7. Windows color (decimal): -4392201 or 16251580. OLE color: 16251580.

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

Color convert

RGB 188 250 247 -
CMYK 0.25 0 0.01 0.02
HSL 177.1º 0.86% 0.86% -
HSV(B) 177.1º 0.25% 0.98% -
XYZ 71.71 85.78 100.77 -
YUV 231.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 188 250 247 0.25 0 0.01 0.02 177.1 0.86 0.86
Hex BC FA F7 19 0 1 2 B1 56 56
Octal 274 372 367 31 0 1 2 261 126 126
Binary 10111100 11111010 11110111 11001 0 1 10 10110001 1010110 1010110

Color Harmonies of #BCFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAF7

Black with #BCFAF7

Text Example


Text Example

White with #BCFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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