Html Css Color HEX #BCFAC0 Fringy Flower

📋 copy color: '#BCFAC0'

red 188 ◦ green 250 ◦ blue 192

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

Shades of Fringy Flower #BCFAC0

Tints of Fringy Flower #BCFAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.48%

R = 29.84%
G = 39.68%
B = 30.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#BCFAC0 (or 0xBCFAC0) is known color: Fringy Flower. HEX triplet: BC, FA and C0. RGB value is (188,250,192). Sum of RGB (Red+Green+Blue) = 188+250+192=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC0 is #43053F. Grayscale: #E1E1E1. Windows color (decimal): -4392256 or 12647100. OLE color: 12647100.

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

Color convert

RGB 188 250 192 -
CMYK 0.25 0 0.23 0.02
HSL 123.87º 0.86% 0.86% -
HSV(B) 123.87º 0.25% 0.98% -
XYZ 64.44 82.87 62.47 -
YUV 224.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 188 250 192 0.25 0 0.23 0.02 123.87 0.86 0.86
Hex BC FA C0 19 0 17 2 7C 56 56
Octal 274 372 300 31 0 27 2 174 126 126
Binary 10111100 11111010 11000000 11001 0 10111 10 1111100 1010110 1010110

Color Harmonies of #BCFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAC0

Black with #BCFAC0

Text Example


Text Example

White with #BCFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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