Html Css Color HEX #BCFBC0 Fringy Flower

📋 copy color: '#BCFBC0'

red 188 ◦ green 251 ◦ blue 192

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

Shades of Fringy Flower #BCFBC0

Tints of Fringy Flower #BCFBC0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.78%

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

R = 29.79%
G = 39.78%
B = 30.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#BCFBC0 (or 0xBCFBC0) is known color: Fringy Flower. HEX triplet: BC, FB and C0. RGB value is (188,251,192). Sum of RGB (Red+Green+Blue) = 188+251+192=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC0 is #43043F. Grayscale: #E1E1E1. Windows color (decimal): -4392000 or 12647356. OLE color: 12647356.

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

Color convert

RGB 188 251 192 -
CMYK 0.25 0 0.24 0.02
HSL 123.81º 0.89% 0.86% -
HSV(B) 123.81º 0.25% 0.98% -
XYZ 64.75 83.49 62.57 -
YUV 225.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 188 251 192 0.25 0 0.24 0.02 123.81 0.89 0.86
Hex BC FB C0 19 0 18 2 7C 59 56
Octal 274 373 300 31 0 30 2 174 131 126
Binary 10111100 11111011 11000000 11001 0 11000 10 1111100 1011001 1010110

Color Harmonies of #BCFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBC0

Black with #BCFBC0

Text Example


Text Example

White with #BCFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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