Html Css Color HEX #BCFAF3 Pale Turquoise

📋 copy color: '#BCFAF3'

red 188 ◦ green 250 ◦ blue 243

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

Shades of Pale Turquoise #BCFAF3

Tints of Pale Turquoise #BCFAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.68%

R = 27.61%
G = 36.71%
B = 35.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#BCFAF3 (or 0xBCFAF3) is known color: Pale Turquoise. HEX triplet: BC, FA and F3. RGB value is (188,250,243). Sum of RGB (Red+Green+Blue) = 188+250+243=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAF3 is #43050C. Grayscale: #E6E6E6. Windows color (decimal): -4392205 or 15989436. OLE color: 15989436.

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

Color convert

RGB 188 250 243 -
CMYK 0.25 0 0.03 0.02
HSL 173.23º 0.86% 0.86% -
HSV(B) 173.23º 0.25% 0.98% -
XYZ 71.1 85.53 97.56 -
YUV 230.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 188 250 243 0.25 0 0.03 0.02 173.23 0.86 0.86
Hex BC FA F3 19 0 3 2 AD 56 56
Octal 274 372 363 31 0 3 2 255 126 126
Binary 10111100 11111010 11110011 11001 0 11 10 10101101 1010110 1010110

Color Harmonies of #BCFAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAF3

Black with #BCFAF3

Text Example


Text Example

White with #BCFAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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