Html Css Color HEX #BCFAF0 Pale Turquoise

📋 copy color: '#BCFAF0'

red 188 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #BCFAF0

Tints of Pale Turquoise #BCFAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.4%

R = 27.73%
G = 36.87%
B = 35.4%

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

#BCFAF0 (or 0xBCFAF0) is known color: Pale Turquoise. HEX triplet: BC, FA and F0. RGB value is (188,250,240). Sum of RGB (Red+Green+Blue) = 188+250+240=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF0 is #43050F. Grayscale: #E6E6E6. Windows color (decimal): -4392208 or 15792828. OLE color: 15792828.

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

Color convert

RGB 188 250 240 -
CMYK 0.25 0 0.04 0.02
HSL 170.32º 0.86% 0.86% -
HSV(B) 170.32º 0.25% 0.98% -
XYZ 70.65 85.35 95.19 -
YUV 230.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 188 250 240 0.25 0 0.04 0.02 170.32 0.86 0.86
Hex BC FA F0 19 0 4 2 AA 56 56
Octal 274 372 360 31 0 4 2 252 126 126
Binary 10111100 11111010 11110000 11001 0 100 10 10101010 1010110 1010110

Color Harmonies of #BCFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAF0

Black with #BCFAF0

Text Example


Text Example

White with #BCFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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