Html Css Color HEX #BCFFF7 Pale Turquoise

📋 copy color: '#BCFFF7'

red 188 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #BCFFF7

Tints of Pale Turquoise #BCFFF7

RGB

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

 GREEN value IS 255 (100% from 255) = 36.96%

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

R = 27.25%
G = 36.96%
B = 35.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#BCFFF7 (or 0xBCFFF7) is known color: Pale Turquoise. HEX triplet: BC, FF and F7. RGB value is (188,255,247). Sum of RGB (Red+Green+Blue) = 188+255+247=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF7 is #430008. Grayscale: #EAEAEA. Windows color (decimal): -4390921 or 16252860. OLE color: 16252860.

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

Color convert

RGB 188 255 247 -
CMYK 0.26 0 0.03 0
HSL 172.84º 1% 0.87% -
HSV(B) 172.84º 0.26% 1% -
XYZ 73.29 88.93 101.3 -
YUV 234.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 188 255 247 0.26 0 0.03 0 172.84 1 0.87
Hex BC FF F7 1A 0 3 0 AD 64 57
Octal 274 377 367 32 0 3 0 255 144 127
Binary 10111100 11111111 11110111 11010 0 11 0 10101101 1100100 1010111

Color Harmonies of #BCFFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFF7

Black with #BCFFF7

Text Example


Text Example

White with #BCFFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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